summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-02-11 21:38:24 +0100
committerhaawda2019-02-11 21:38:24 +0100
commit3f7aad16d346c8d1f383d5115ae32b4cca3d4a5c (patch)
tree6cb7ac086a178046d665378ae8c1c082523f76e8 /PKGBUILD
parent5025329563d26fd6af0372eb2fa1c8d7ce96379e (diff)
downloadaur-3f7aad16d346c8d1f383d5115ae32b4cca3d4a5c.tar.gz
remove option, chmod image
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5d738ff05a6..f9774d1f0911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fotoxx
pkgver=19.4
-pkgrel=1
+pkgrel=2
pkgdesc="A program for improving image files made with a digital camera, stable version"
url="http://www.kornelix.net/fotoxx/fotoxx.html"
arch=('i686' 'x86_64')
@@ -13,7 +13,6 @@ optdepends=('rawtherapee: for raw image processing'
'hugin: for panorama photos')
source=("http://www.kornelix.net/downloads/tarballs/$pkgname-$pkgver.tar.gz")
sha512sums=('2beb8e38c992d9da18307c2158f1a956ba5c916fde54c9e12737596310e3352e8122f232cd9cce6e489cfef107aa33dfc84cfa1f437f2c17caf8b68c5a0e60a1')
-options=('!makeflags')
build() {
cd $pkgname
@@ -24,4 +23,5 @@ package() {
cd $pkgname
make DESTDIR="$pkgdir" PREFIX=/usr install
rm -r "$pkgdir"/usr/share/appdata
+ chmod o+r "$pkgdir"/usr/share/fotoxx/images/show-RGB.jpg
}