summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04d575a76f39..aace2d36e133 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = skribilo-git
pkgdesc = The Ultimate Document Programming Framework from git
pkgver = 0.9.4.r1010
- pkgrel = 1
+ pkgrel = 2
url = http://www.nongnu.org/skribilo/
arch = any
license = GPL
@@ -11,7 +11,7 @@ pkgbase = skribilo-git
depends = bash
provides = skribilo
conflicts = skribilo
- options = !makeflags
+ options = !strip
source = git://git.sv.gnu.org/skribilo.git
source = makevars.diff
source = Makefile.in.in
diff --git a/PKGBUILD b/PKGBUILD
index 554c7c01546d..b06c42b6c35e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=skribilo-git
pkgver=0.9.4.r1010
-pkgrel=1
+pkgrel=2
pkgdesc="The Ultimate Document Programming Framework from git"
arch=('any')
url="http://www.nongnu.org/skribilo/"
@@ -14,7 +14,7 @@ source=("git://git.sv.gnu.org/skribilo.git" makevars.diff Makefile.in.in)
md5sums=('SKIP'
'fdefd9d3a084f4d48f57df699fb7cdf0'
'287083fa96f70fd28c8b19aae1c97b6d')
-options=("!makeflags")
+options=('!strip')
pkgver() {
cd "${pkgname%-git}"