diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-14 02:41:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-14 02:41:41 +0100 |
commit | 4be1707711153e7f01cf2cbff6a39f237546906c (patch) | |
tree | 604e8408bdce73f8282e8d9611c57195255d3d61 | |
parent | update dist (diff) | |
download | pylibgamma-4be1707711153e7f01cf2cbff6a39f237546906c.tar.gz pylibgamma-4be1707711153e7f01cf2cbff6a39f237546906c.tar.bz2 pylibgamma-4be1707711153e7f01cf2cbff6a39f237546906c.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 5 |
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 } |