summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-09-05 15:39:20 +0200
committerhaawda2021-09-05 15:39:20 +0200
commit8f944cbaf824724b09f452d2f9fce35adcd64412 (patch)
treed9b709b66017d23ff7319c2b6ea84bf057e9f881
parentde5200287db9599ef2fb9fbc17dca6a121575476 (diff)
downloadaur-8f944cbaf824724b09f452d2f9fce35adcd64412.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cb7f1b83c8b..de03402a7f11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fotoxx
pkgdesc = A program for improving image files made with a digital camera, stable version
- pkgver = 21.51
+ pkgver = 21.52
pkgrel = 1
url = http://www.kornelix.net/fotoxx/fotoxx.html
arch = i686
@@ -15,7 +15,7 @@ pkgbase = fotoxx
optdepends = dvd+rw-tools: for burning CDs,DVDs or BlueRays
optdepends = hugin: for panorama photos
optdepends = darktable: organize and develop raw images
- source = http://www.kornelix.net/downloads/downloads/fotoxx-21.51.tar.gz
- sha256sums = 55116f0a71b64962ddbf34e1df885ad00aa6bd0ae0280654f4d1674b4d9b6f38
+ source = http://www.kornelix.net/downloads/downloads/fotoxx-21.52.tar.gz
+ sha256sums = 0566a666cff21d6611b7f1806973e695bb3359289b8fc29cbee79c8413af0c95
pkgname = fotoxx
diff --git a/PKGBUILD b/PKGBUILD
index aceb8fb183c8..bc5885556572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=fotoxx
-pkgver=21.51
+pkgver=21.52
pkgrel=1
pkgdesc="A program for improving image files made with a digital camera, stable version"
url="http://www.kornelix.net/fotoxx/fotoxx.html"
@@ -13,7 +13,7 @@ optdepends=('rawtherapee: for raw image processing'
'hugin: for panorama photos'
'darktable: organize and develop raw images')
source=("http://www.kornelix.net/downloads/downloads/$pkgname-$pkgver.tar.gz")
-sha256sums=('55116f0a71b64962ddbf34e1df885ad00aa6bd0ae0280654f4d1674b4d9b6f38')
+sha256sums=('0566a666cff21d6611b7f1806973e695bb3359289b8fc29cbee79c8413af0c95')
prepare() {
cd $pkgname
@@ -31,12 +31,4 @@ package() {
make DESTDIR="$pkgdir" PREFIX=/usr ICONDIR=/usr/share/pixmaps install
sed -i 's+/usr/share/fotoxx/icons/++' "$pkgdir"/usr/share/applications/$pkgname.desktop
sed -i 's+Icon=fotoxx.png+Icon=fotoxx+' "$pkgdir"/usr/share/applications/$pkgname.desktop
- find "$pkgdir"/usr/share/fotoxx -type f -exec chmod o+r {} \;
- chmod o+r "$pkgdir"/usr/share/applications/fotoxx.desktop
- chmod o+r "$pkgdir"/usr/share/doc/fotoxx/"F21.51 changes"
- chmod o+r "$pkgdir"/usr/share/doc/fotoxx/README
- chmod o+r "$pkgdir"/usr/share/doc/fotoxx/changelog
- chmod o+r "$pkgdir"/usr/share/doc/fotoxx/copyright
- chmod o+r "$pkgdir"/usr/share/doc/fotoxx/license
- chmod o+r "$pkgdir"/usr/share/pixmaps/fotoxx.png
}