summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2013-06-17 10:04:39 -0500
committerDoug Newgard2013-06-17 10:04:39 -0500
commit1a94dcf549d1ea6eb1cfb9e4ee10f7548d6b8672 (patch)
treeaaf0f70dbdf6cff90c6a9b5cac3ec55889a88dac
parent781ef922e664e47ee53b363bd146168b7f6073da (diff)
downloadaur-1a94dcf549d1ea6eb1cfb9e4ee10f7548d6b8672.tar.gz
Set Git URL to final instead of placeholder
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6193caa070d..f4fcf5c0251c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = places-git
pkgdesc = Enlightenment module: Manage the mounting of volumes
- pkgver = 84513
+ pkgver = 0.5.0.r167.9dbfdc0
pkgrel = 1
url = http://code.google.com/p/e17mods/wiki/Places
arch = i686
@@ -11,7 +11,7 @@ pkgbase = places-git
provides = e17-places-svn
conflicts = e17-places-svn
options = !libtool
- source = git://git.enlightenment.org/E-MODULES-EXTRA/places.git
+ source = git://git.enlightenment.org/enlightenment/modules/places.git
md5sums = SKIP
pkgname = places-git
diff --git a/PKGBUILD b/PKGBUILD
index 1be66bfbefd1..5a8bba615fa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=places-git
_pkgname=${pkgname%-git}
-pkgver=84513
+pkgver=0.5.0.r167.9dbfdc0
pkgrel=1
pkgdesc="Enlightenment module: Manage the mounting of volumes"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('git')
conflicts=('e17-places-svn')
provides=('e17-places-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() {