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 eea34102330c..92f51cf9941e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dazzlie-git
pkgdesc = a command-line program that lets you convert between various retro tile graphics formats and PNG
- pkgver = 31.facd1c9
+ pkgver = 36.4199ba0
pkgrel = 1
url = https://github.com/obskyr/dazzlie
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 079a4215284a..fea4000856e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakub Kądziołka <kuba@kadziolka.net>
pkgname=dazzlie-git
-pkgver=31.facd1c9
+pkgver=36.4199ba0
pkgrel=1
pkgdesc="a command-line program that lets you convert between various retro tile graphics formats and PNG"
arch=(x86_64)
@@ -18,7 +18,7 @@ pkgver(){
}
prepare(){
- sed -i 's/crystal deps/shards/;s/crystal build/\0 --link-flags -Wl,-z,relro,-z,now,--as-needed/' dazzlie/Makefile
+ sed -i 's/crystal deps/shards/;s/crystal build/\0 --link-flags $(LDFLAGS)/' dazzlie/Makefile
}
build(){