aboutsummaryrefslogtreecommitdiffstats
path: root/dist/archlinux/stable/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
-rw-r--r--dist/archlinux/stable/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD
index 6fc1334..2d02b17 100644
--- a/dist/archlinux/stable/PKGBUILD
+++ b/dist/archlinux/stable/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pylibgamma
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Display server abstraction layer for gamma ramps and Python 3"
arch=(i686 x86_64)
url="https://github.com/maandree/pylibgamma"
@@ -15,9 +15,6 @@ sha256sums=(51274db5645d6fec25fe61dd0d31af07354cb5d98cff8fc2d731258bea4552f3)
build() {
cd "$srcdir/$pkgname-$pkgver"
- LDFLAGS=${LDFLAGS/--as-needed/}
- LDFLAGS=${LDFLAGS/,,/,}
- export LDFLAGS
make PREFIX=/usr
}