summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik Schwan2020-05-17 04:51:13 +0200
committerFrederik Schwan2020-05-17 04:51:13 +0200
commitef4d052fa62c294dfd6f68d5a336b0a3e2771e55 (patch)
tree49500502e85e5200010de35c937d97d905f18970 /PKGBUILD
parent65a781e049244c88196d30f47a40bd89af11fa12 (diff)
downloadaur-gimp-plugin-separate+.tar.gz
review by anthraxx
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dadd02fff21e..fa4c003f87d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,9 +17,13 @@ provides=('gimp-plugin-separate')
source=("http://dl.sourceforge.jp/separate-plus/47873/separate+-${pkgver}.zip")
b2sums=('2fa21ee4b911f4973c6c1f33b5cae34e3a0e5a45a27e95042fe84d19c1701f7a52693539f6e9388e14fe778b3a84d90b370ebb0fc795a5af128a5bd27190d893')
-build() {
+prepare() {
cd "separate+-${pkgver}"
sed '/LIBS/s/$/ -lm/' -i Makefile
+}
+
+build() {
+ cd "separate+-${pkgver}"
make
}