mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 17:54:31 +01:00
Fix Git URL to actual
This commit is contained in:
parent
7981e72efb
commit
af28d5ea04
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = eweather-git
|
||||
pkgdesc = Enlightenment module: Current weather and forcast gadget
|
||||
pkgver = 84553
|
||||
pkgver = 0.2.0.r59.c4ee849
|
||||
pkgrel = 1
|
||||
url = http://www.enlightenment.org
|
||||
arch = i686
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = eweather-git
|
|||
provides = eweather-svn
|
||||
conflicts = eweather-svn
|
||||
options = !libtool
|
||||
source = git://git.enlightenment.org/E-MODULES-EXTRA/eweather.git
|
||||
source = git://git.enlightenment.org/enlightenment/modules/eweather.git
|
||||
md5sums = SKIP
|
||||
|
||||
pkgname = eweather-git
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=eweather-git
|
||||
_pkgname=${pkgname%-git}
|
||||
pkgver=84553
|
||||
pkgver=0.2.0.r59.c4ee849
|
||||
pkgrel=1
|
||||
pkgdesc="Enlightenment module: Current weather and forcast gadget"
|
||||
arch=('i686' 'x86_64')
|
||||
|
|
@ -14,7 +14,7 @@ makedepends=('git')
|
|||
conflicts=("$_pkgname-svn")
|
||||
provides=("$_pkgname-svn")
|
||||
options=('!libtool')
|
||||
source=("git://git.enlightenment.org/E-MODULES-EXTRA/$_pkgname.git")
|
||||
source=("git://git.enlightenment.org/enlightenment/modules/$_pkgname.git")
|
||||
md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue