mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 17:54:31 +01:00
Removing libtool files is now the default
This commit is contained in:
parent
5fd9786ba8
commit
3d364c7b3f
2 changed files with 2 additions and 4 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = eweather-git
|
||||
pkgdesc = Enlightenment module: Current weather and forcast gadget
|
||||
pkgver = 0.2.0.r61.e876635
|
||||
pkgver = 0.2.0.r67.8ab0a2e
|
||||
pkgrel = 1
|
||||
url = http://www.enlightenment.org
|
||||
arch = i686
|
||||
|
|
@ -11,7 +11,6 @@ pkgbase = eweather-git
|
|||
depends = enlightenment17
|
||||
provides = eweather-svn
|
||||
conflicts = eweather-svn
|
||||
options = !libtool
|
||||
source = git://git.enlightenment.org/enlightenment/modules/eweather.git
|
||||
md5sums = SKIP
|
||||
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=eweather-git
|
||||
_pkgname=${pkgname%-*}
|
||||
pkgver=0.2.0.r61.e876635
|
||||
pkgver=0.2.0.r67.8ab0a2e
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment module: Current weather and forcast gadget"
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
@ -13,7 +13,6 @@ depends=('libeweather-git' 'enlightenment17')
|
|||
makedepends=('git')
|
||||
conflicts=("$_pkgname-svn")
|
||||
provides=("$_pkgname-svn")
|
||||
options=('!libtool')
|
||||
source=("git://git.enlightenment.org/enlightenment/modules/$_pkgname.git")
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue