[arch-commits] Commit in libdmtx/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Mon Jan 17 17:26:59 UTC 2011


    Date: Monday, January 17, 2011 @ 12:26:59
  Author: andrea
Revision: 106485

Add Id keyword, switch source tarball to tar.bz2

Modified:
  libdmtx/kde-unstable/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-17 17:15:00 UTC (rev 106484)
+++ PKGBUILD	2011-01-17 17:26:59 UTC (rev 106485)
@@ -10,17 +10,17 @@
 arch=('i686' 'x86_64')
 license=('GPL2')
 depends=('imagemagick')
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e23705cd9bd40b9d7cf1e7c750c67ca5')
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('0684cf3857591e777b57248d652444ae')
 options=('!libtool')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}" install
 }


Property changes on: libdmtx/kde-unstable/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list