summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlily wilson2015-11-30 02:08:17 -0500
committerlily wilson2015-11-30 02:08:17 -0500
commite8546ed02ef2c90b93b5224d5038cf088144a732 (patch)
tree9fd8fdafa79edcd2a084b7a47ea2526b9a626c09
parent050cc7f85db966bfdd208330f54c223e57846ff4 (diff)
downloadaur-e8546ed02ef2c90b93b5224d5038cf088144a732.tar.gz
fix package()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7aecfe38d114..3e58502c9a04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pstoedit-emf
pkgdesc = Translates PostScript and PDF graphics into other vector formats, with EMF support
pkgver = 3.70
- pkgrel = 0
+ pkgrel = 1
url = http://www.pstoedit.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1c7c1dd175ee..7353679a75fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=pstoedit
pkgname=$_pkgname-emf
pkgver=3.70
-pkgrel=0
+pkgrel=1
pkgdesc="Translates PostScript and PDF graphics into other vector formats, with EMF support"
arch=('i686' 'x86_64')
url="http://www.pstoedit.net/"
@@ -28,6 +28,6 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$_pkgname-$pkgver"
make DESTDIR="${pkgdir}" install
}