summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-11-07 23:35:06 +0100
committerMartchus2015-11-07 23:35:06 +0100
commit7079283698ff356f0fbb95af63443578705b451c (patch)
treed899626663403707781210e274efdde9be52b95c
parente1a117e4ebaab4219db88a9f70b6dd9514751eca (diff)
downloadaur-7079283698ff356f0fbb95af63443578705b451c.tar.gz
fixed workaround for i686 architecture
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baf91cf2f19c..d4ac496aee27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = subtitlecomposer
pkgdesc = A KDE subtitle editor
pkgver = 0.5.7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/maxrd2/subtitlecomposer
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3b75741d033b..aa7d28ecc010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=subtitlecomposer
pkgver=0.5.7
-pkgrel=2
+pkgrel=3
pkgdesc="A KDE subtitle editor"
arch=('i686' 'x86_64')
url="https://github.com/maxrd2/subtitlecomposer"
@@ -30,7 +30,7 @@ build() {
cd ${srcdir}/subtitlecomposer-${pkgver}
cmake -DCMAKE_INSTALL_PREFIX=/usr
# workaround for "gst/gstconfig.h: No such file or directory"
- export CPATH=/usr/lib64/gstreamer-1.0/include
+ export CPATH=/usr/lib/gstreamer-1.0/include
make
}