summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-08-09 11:45:52 -0500
committerDoug Newgard2013-08-09 11:45:52 -0500
commitfcf620f87a68b05d981c9d127caf4840f4c96287 (patch)
tree3257c19f28be492dd5862aa8186b448e546e4d6c
parent7ff7bdf39be8a4b662e795b752f8b73f3d67e714 (diff)
downloadaur-fcf620f87a68b05d981c9d127caf4840f4c96287.tar.gz
Generic _pkgname definition
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 384445b5b9c9..112bd234beff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-efl-git
pkgdesc = Python bindings for the Enlightenment Foundataion Libraries
- pkgver = 1.7.99.198.0fae488
+ pkgver = 1.7.99.301.606bf86
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index be7a4eeb5b65..5eef1c6b1f39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Doug Newgard <scimmia22 at outlook dot com>
pkgname=python-efl-git
-_pkgname=python-efl
-pkgver=1.7.99.198.0fae488
+_pkgname=${pkgname%-*}
+pkgver=1.7.99.301.606bf86
pkgrel=1
pkgdesc="Python bindings for the Enlightenment Foundataion Libraries"
arch=('i686' 'x86_64')