summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54d393364fa1..d6d5f9eeed7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,13 +13,11 @@ depends=('libeweather-svn' 'enlightenment17')
makedepends=('subversion')
conflicts=('e-modules-extra')
options=('!libtool')
-source=("$_pkgname::svn+http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA/$_pkgname")
+source=("svn+http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA/$_pkgname")
md5sums=('SKIP')
pkgver() {
- cd "$startdir/$_pkgname"
-
- svnversion .
+ svnversion "$SRCDEST/$_pkgname"
}
build() {