From ea4d874cae32dd57017458f5a931a85beae73d1e Mon Sep 17 00:00:00 2001 From: "geortz@gmail.com" Date: Thu, 6 Nov 2014 19:58:20 +0000 Subject: [PATCH] pkgbuild correction git-svn-id: https://callirhoe.googlecode.com/svn/trunk@236 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df --- scripts/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/PKGBUILD b/scripts/PKGBUILD index 83bfb5b..34af52d 100644 --- a/scripts/PKGBUILD +++ b/scripts/PKGBUILD @@ -13,7 +13,7 @@ url="https://code.google.com/p/callirhoe/" arch=('any') license=('GPLv3') depends=('python2' 'imagemagick' 'python2-cairo' 'subversion') -source=("$pkgname::svn+https://callirhoe.googlecode.com/svn/branches/phantome") +source=("$pkgname::svn+https://callirhoe.googlecode.com/svn/trunk") md5sums=('SKIP')