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

Gaetan Bisson bisson at archlinux.org
Mon Aug 15 17:17:19 UTC 2011


    Date: Monday, August 15, 2011 @ 13:17:19
  Author: bisson
Revision: 135558

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-15 13:18:59 UTC (rev 135557)
+++ PKGBUILD	2011-08-15 17:17:19 UTC (rev 135558)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=feh
-pkgver=1.14.2
+pkgver=1.15
 pkgrel=1
 pkgdesc='Fast, lightweight image viewer which uses imlib2'
 arch=('i686' 'x86_64')
@@ -15,14 +15,14 @@
 optdepends=('perl: feh-cam, webcam wrapper for feh')
 makedepends=('libxt')
 source=("${url}${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('55af60f35fb21825e5450b6713f5d781f7a34cde')
+sha1sums=('fb926ba90d494f890f271243ae599063b76c9957')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make PREFIX=/usr
 }
 
-package(){
+package() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	make PREFIX=/usr DESTDIR="${pkgdir}" install
 	install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"




More information about the arch-commits mailing list