summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-06-08 21:31:16 +0200
committerStefan Husmann2016-06-08 21:31:16 +0200
commitdf5311efbdbeda6dff8b1bf3d286fe9c61c064f4 (patch)
treeb669f088fcc6868c268c8141c2c622e48c6aff85
parent9f64568fb8d452d030d319d0fba6e8f42e46c75c (diff)
downloadaur-df5311efbdbeda6dff8b1bf3d286fe9c61c064f4.tar.gz
update wit install file removed
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
-rw-r--r--fotoxx.install9
3 files changed, 8 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3577ca3905c8..bc682ab6cdc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Thu Jun 2 18:46:21 UTC 2016
+# Wed Jun 8 19:31:16 UTC 2016
pkgbase = fotoxx
pkgdesc = A program for improving image files made with a digital camera
- pkgver = 16.06
- pkgrel = 1
+ pkgver = 16.06.1
+ pkgrel = 2
url = http://www.kornelix.net/fotoxx/fotoxx.html
- install = fotoxx.install
arch = i686
arch = x86_64
license = GPL3
@@ -18,8 +17,8 @@ pkgbase = fotoxx
optdepends = mashup: for composing pages to print from within fotoxx
optdepends = brasero: for burning
options = !makeflags
- source = http://www.kornelix.net/downloads/tarballs/fotoxx-16.06.tar.gz
- md5sums = 45f714598e6273b52b2f421437d70106
+ source = http://www.kornelix.net/downloads/tarballs/fotoxx-16.06.1.tar.gz
+ md5sums = 1721432a2c25296a241ff0b75460967f
pkgname = fotoxx
diff --git a/PKGBUILD b/PKGBUILD
index 8056900a38a2..eaf2fe3ef3f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=fotoxx
-pkgver=16.06
-pkgrel=1
+pkgver=16.06.1
+pkgrel=2
pkgdesc="A program for improving image files made with a digital camera"
url="http://www.kornelix.net/fotoxx/fotoxx.html"
arch=('i686' 'x86_64')
@@ -12,8 +12,7 @@ makedepends=('xdg-utils')
optdepends=('mashup: for composing pages to print from within fotoxx'
'brasero: for burning')
source=("http://www.kornelix.net/downloads/tarballs/$pkgname-$pkgver.tar.gz")
-md5sums=('45f714598e6273b52b2f421437d70106')
-install=fotoxx.install
+md5sums=('1721432a2c25296a241ff0b75460967f')
options=('!makeflags')
prepare() {
diff --git a/fotoxx.install b/fotoxx.install
deleted file mode 100644
index 90156a79c622..000000000000
--- a/fotoxx.install
+++ /dev/null
@@ -1,9 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-post_update() {
- update-desktop-database -q
-}
-post_remove() {
- update-desktop-database -q
-}