summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7739783b19ca..3599c9ac7cda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aopsf-git
pkgdesc = Audio Overload's PSF core, now in a proper library
pkgver = r40.3a3f594
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/derselbst/aopsf
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 2460b7ab3dcc..f507d8bb52d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=aopsf-git
pkgver=r40.3a3f594
-pkgrel=1
+pkgrel=2
pkgdesc="Audio Overload's PSF core, now in a proper library"
arch=(x86_64)
url='https://github.com/derselbst/aopsf'
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "$srcdir/$pkgname"
- make libaopsf.so
+ make libaopsf.so OPTFLAGS="$CFLAGS"
}
package() {