[arch-commits] Commit in potrace/trunk (PKGBUILD)
Daniel Griffiths
dgriffiths at archlinux.org
Mon Apr 19 08:40:26 UTC 2010
Date: Monday, April 19, 2010 @ 04:40:25
Author: dgriffiths
Revision: 78048
upgpkg: potrace 1.8-3 Package more than a year old
Modified:
potrace/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-19 08:33:32 UTC (rev 78047)
+++ PKGBUILD 2010-04-19 08:40:25 UTC (rev 78048)
@@ -3,18 +3,18 @@
# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
pkgname=potrace
pkgver=1.8
-pkgrel=2
+pkgrel=3
pkgdesc="A utility for tracing a bitmap. Input=portable bitmap (PBM) Output formats: EPS, PostScript, PDF, SVG, Xfig, GIMP-path, and PGM"
arch=("i686" "x86_64")
url="http://potrace.sourceforge.net/"
license=('GPL')
depends=('glibc' 'zlib')
-source=(http://potrace.sourceforge.net/download/$pkgname-$pkgver.tar.gz)
+source=(http://potrace.sourceforge.net/download/${pkgname}-${pkgver}.tar.gz)
md5sums=('e73b45565737d64011612704dd4d9f86')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --mandir=/usr/share/man || return 1
make || return 1
- make DESTDIR=$pkgdir install || return 1
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list