diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-10-16 07:53:55 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-16 07:54:24 -0300 |
commit | abe0767261a593731abda13ba29d360eb3fadfb7 (patch) | |
tree | 31bd0d6d92eff7c4c7f755097e09a7a9f4dc5cbe | |
parent | 06af4617c570ddafc4de7ee8171d6ea2df1dc67e (diff) | |
download | aports-abe0767261a593731abda13ba29d360eb3fadfb7.tar.gz aports-abe0767261a593731abda13ba29d360eb3fadfb7.tar.bz2 aports-abe0767261a593731abda13ba29d360eb3fadfb7.tar.xz |
main/libxshmfence: rebuild to fix BAD signature errors
(cherry picked from commit a93e8545bfa4dbd012ecb04bff43cda8b51ee792)
-rw-r--r-- | main/libxshmfence/APKBUILD | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/main/libxshmfence/APKBUILD b/main/libxshmfence/APKBUILD index c8745865375..38e08928107 100644 --- a/main/libxshmfence/APKBUILD +++ b/main/libxshmfence/APKBUILD @@ -2,20 +2,17 @@ # Maintainer: pkgname=libxshmfence pkgver=1.3 -pkgrel=0 +pkgrel=1 pkgdesc="X11 shared memory fences" url="https://www.x.org/" arch="all" license="MIT" -depends="" depends_dev="linux-headers" makedepends="$depends_dev util-macros xorgproto" -install="" subpackages="$pkgname-dev" source="https://www.x.org/releases/individual/lib/libxshmfence-$pkgver.tar.bz2" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -26,12 +23,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } |