diff options
| -rw-r--r-- | xwinfo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xwinfo/APKBUILD b/xwinfo/APKBUILD index 384e191..9ac8268 100644 --- a/xwinfo/APKBUILD +++ b/xwinfo/APKBUILD @@ -1,8 +1,8 @@ # Contributor: John Vogel <jvogel4@stny.rr.com> # Maintainer: John Vogel <jvogel4@stny.rr.com> pkgname=xwinfo -commit=6cd58a94086e39ef964a90fc2ca207ae34f1373e pkgver=0.1_git20160412 +_commit=6cd58a94086e39ef964a90fc2ca207ae34f1373e pkgrel=0 pkgdesc="Print window informations" url="https://github.com/baskerville/xwinfo/" @@ -13,8 +13,8 @@ makedepends="xcb-util-wm-dev" options="!check" install="" subpackages="$pkgname-doc" -source="$pkgname-$commit.tar.gz::https://github.com/baskerville/xwinfo/archive/$commit/$commit.tar.gz" -builddir="$srcdir/xwinfo-6cd58a94086e39ef964a90fc2ca207ae34f1373e" +source="$pkgname-$_commit.tar.gz::https://github.com/baskerville/xwinfo/archive/$commit/$commit.tar.gz" +builddir="$srcdir/$pkgname-$_commit" build() { make |
