[arch-commits] Commit in fbida/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Mon Feb 11 19:28:58 UTC 2013


    Date: Monday, February 11, 2013 @ 20:28:58
  Author: eric
Revision: 177937

upgpkg: fbida 2.09-1

Upstream update

Modified:
  fbida/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-11 19:11:34 UTC (rev 177936)
+++ PKGBUILD	2013-02-11 19:28:58 UTC (rev 177937)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger <eric at archlinux.org>
 
 pkgname=fbida
-pkgver=2.08
-pkgrel=2
+pkgver=2.09
+pkgrel=1
 pkgdesc="Few applications to display and elementary edit images: fbi, fbgs, ida, exiftran"
 arch=('i686' 'x86_64')
 url="http://www.kraxel.org/blog/linux/fbida/"
@@ -11,9 +11,9 @@
 depends=('giflib' 'libtiff' 'libexif' 'lesstif' 'libpng' 'fontconfig' 'curl')
 makedepends=('libxpm')
 optdepends=('ghostscript: to use fbgs')
-source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('9b3693ab26a58194e36b479bffb61ed0')
-sha1sums=('597e0953c68112bf7c363b1ccaa94e72100b116a')
+source=(http://www.kraxel.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('5838b2cb7188481fece6159fccb3b121acd906e7'
+          '18f5660301201326bd9426ce55e9fc217bf720d8')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -23,5 +23,5 @@
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" prefix=/usr install
+  make STRIP="" DESTDIR="${pkgdir}" prefix=/usr install
 }




More information about the arch-commits mailing list