summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorConnor Behan2021-04-04 18:42:53 +0100
committerConnor Behan2021-04-04 18:42:53 +0100
commita67f1e952dd6cbb0bf8df36f48f109f5971bbb8b (patch)
treec89efe94f19df3091976938800a67af2a87665ea /PKGBUILD
parent18d324b72ad14e387ea3dd48590e8dd91092a114 (diff)
downloadaur-mebitag.tar.gz
Update to 0.4-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8280ada86e9..06e9cd70a52a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: ConnorBehan <connor.behan@gmail.com>
pkgname=mebitag
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Apply your own tagging scheme to any media collection of your choice"
arch=(i686 x86_64)
url="http://mebitag.sourceforge.net/"
@@ -12,7 +12,7 @@ source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkg
build() {
cd "${srcdir}"/${pkgname}-${pkgver}
- sed -i -e 's/CFLAGS = -Wall -g/CFLAGS += -Wall -g/' Makefile
+ sed -i -e 's/CFLAGS = -Wall -g/CFLAGS += -Wall -g -fPIC/' Makefile
make
}