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 1a209fcc12d9..70ee90182b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,13 +12,11 @@ license=('LGPL2.1')
depends=('edje')
makedepends=('subversion')
options=('!libtool')
-source=("$_pkgname::svn+http://svn.enlightenment.org/svn/e/trunk/PROTO/$_pkgname")
+source=("svn+http://svn.enlightenment.org/svn/e/trunk/PROTO/$_pkgname")
md5sums=('SKIP')
pkgver() {
- cd "$startdir/$_pkgname"
-
- svnversion .
+ svnversion "$SRCDEST/$_pkgname"
}
build() {