summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-03-20 21:55:58 +0000
committerhaawda2020-03-20 21:55:58 +0000
commit561158335fa027f76ffedba602451733acba3fc6 (patch)
tree807f7a897468a9a7cfc5b3d327664c2c1149f1b5
parent88ffa3085496f723a74e18957ac7d8897565de9d (diff)
downloadaur-561158335fa027f76ffedba602451733acba3fc6.tar.gz
includes ELF files, ao arch is not 'any'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aace2d36e133..c10f0f42a80b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = skribilo-git
pkgdesc = The Ultimate Document Programming Framework from git
pkgver = 0.9.4.r1010
- pkgrel = 2
+ pkgrel = 3
url = http://www.nongnu.org/skribilo/
- arch = any
+ arch = x86_64
license = GPL
makedepends = git
makedepends = guile-reader
diff --git a/PKGBUILD b/PKGBUILD
index b06c42b6c35e..86799c0d1808 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=skribilo-git
pkgver=0.9.4.r1010
-pkgrel=2
+pkgrel=3
pkgdesc="The Ultimate Document Programming Framework from git"
-arch=('any')
+arch=('x86_64')
url="http://www.nongnu.org/skribilo/"
license=('GPL')
depends=('bash')
@@ -43,7 +43,7 @@ build() {
package() {
cd "${pkgname%-git}"
make DESTDIR="$pkgdir/" install
- rm $pkgdir/usr/share/info/*.png
+ rm "$pkgdir"/usr/share/info/*.png
install -d "$pkgdir"/usr/share/doc/$pkgname
- find $srcdir/ -name "*.png" -exec install -m644 {} "$pkgdir"/usr/share/doc/$pkgname \;
+ find "$srcdir"/ -name "*.png" -exec install -m644 {} "$pkgdir"/usr/share/doc/$pkgname \;
}