More generic _pkgname definition

This commit is contained in:
Doug Newgard 2013-06-24 13:04:22 -05:00
parent c27557edfa
commit 5fd9786ba8
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = eweather-git
pkgdesc = Enlightenment module: Current weather and forcast gadget
pkgver = 0.2.0.r60.1b045b3
pkgver = 0.2.0.r61.e876635
pkgrel = 1
url = http://www.enlightenment.org
arch = i686

View file

@ -2,8 +2,8 @@
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=eweather-git
_pkgname=${pkgname%-git}
pkgver=0.2.0.r60.1b045b3
_pkgname=${pkgname%-*}
pkgver=0.2.0.r61.e876635
pkgrel=1
pkgdesc="Enlightenment module: Current weather and forcast gadget"
arch=('i686' 'x86_64')