summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2015-06-11 20:01:56 +0200
committerJan Alexander Steffens (heftig)2015-06-11 20:05:36 +0200
commit9f43ced79341b9b3e7f6e088de3fc5efa76f45d8 (patch)
tree29ff553d633970cc2f01fff55824875f4417c197
parent9bd2dc43d658de34e365a29a6768a27be38c402d (diff)
downloadaur-9f43ced79341b9b3e7f6e088de3fc5efa76f45d8.tar.gz
Update data URL and add system FLAGS
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aebde64afd2..1fdda9013fb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,7 @@ pkgbase = opentyrian-hg
conflicts = opentyrian
replaces = opentyrian-svn
source = opentyrian::hg+https://bitbucket.org/opentyrian/opentyrian
- source = http://sites.google.com/a/camanis.net/opentyrian/tyrian/tyrian21.zip
+ source = http://www.camanis.net/opentyrian/tyrian21.zip
md5sums = SKIP
md5sums = 2a3b206a6de25ed4b771af073f8ca904
diff --git a/PKGBUILD b/PKGBUILD
index c66bd4bea8ff..5ba5811a7adf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ conflicts=(opentyrian)
replaces=(opentyrian-svn)
install=opentyrian.install
source=(opentyrian::hg+https://bitbucket.org/opentyrian/opentyrian
- http://sites.google.com/a/camanis.net/opentyrian/tyrian/tyrian21.zip)
+ http://www.camanis.net/opentyrian/tyrian21.zip)
md5sums=('SKIP'
'2a3b206a6de25ed4b771af073f8ca904')
@@ -25,7 +25,10 @@ pkgver() {
package() {
cd opentyrian
- make DESTDIR="$pkgdir" prefix=/usr install
+ make DESTDIR="$pkgdir" prefix=/usr install \
+ CPPFLAGS="-DNDEBUG $CPPFLAGS" \
+ CFLAGS="-pedantic -MMD $CFLAGS" \
+ LDFLAGS="$LDFLAGS"
install -Dm644 linux/opentyrian.desktop "$pkgdir/usr/share/applications/opentyrian.desktop"
for _x in 22 24 32 48 128; do