diff options
Diffstat (limited to 'user/xev/APKBUILD')
-rw-r--r-- | user/xev/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/user/xev/APKBUILD b/user/xev/APKBUILD index 951fb10c4..ba8aafedd 100644 --- a/user/xev/APKBUILD +++ b/user/xev/APKBUILD @@ -1,7 +1,7 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=xev -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=0 pkgdesc="X11 input event monitor" url="https://www.X.Org/" @@ -10,10 +10,9 @@ license="X11" depends="" makedepends="libx11-dev libxrandr-dev util-macros xorgproto-dev" subpackages="$pkgname-doc" -source="https://www.x.org/releases/individual/app/xev-$pkgver.tar.bz2" +source="https://www.X.Org/releases/individual/app/xev-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,13 +24,11 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="453fc18072e4d4fd088a1b2e918f3772aaa2c56b36c082deb41ec4d434d1579de75f447fc4e0507086c170152e02d6db8b60dc7fd87ae18a2e817448bd628fca xev-1.2.2.tar.bz2" +sha512sums="47cc7ac096e77cfa4e687914d767263cf3e1dca5bffd0f68c7ba0fe751b248c8a16525bd2da4d6efa0ea8d637831c893d41c9687cace4aaa9c0909a45ef1943e xev-1.2.3.tar.bz2" |