mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 17:54:31 +01:00
More generic _pkgname definition
This commit is contained in:
parent
c27557edfa
commit
5fd9786ba8
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue