summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
-rw-r--r--gqview.install11
3 files changed, 4 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3b9c44a21d5..79e0bbfeb679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = gqview
pkgdesc = An image browser and viewer
pkgver = 2.0.4
- pkgrel = 5
+ pkgrel = 6
url = http://gqview.sourceforge.net/
- install = gqview.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index bc16beb954d2..00e7f9574b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: toni <antoniogmc@gmail.com>
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Contributor: toni <antoniogmc@gmail.com>
pkgname=gqview
pkgver=2.0.4
-pkgrel=5
+pkgrel=6
pkgdesc="An image browser and viewer"
arch=('i686' 'x86_64')
url="http://gqview.sourceforge.net/"
license=('GPL')
depends=('gtk2' 'desktop-file-utils')
-install=gqview.install
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
md5sums=('7196deab04db94cec2167637cddc02f9')
diff --git a/gqview.install b/gqview.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/gqview.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}