[arch-commits] Commit in libetpan/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Tue Mar 3 21:21:05 UTC 2015


    Date: Tuesday, March 3, 2015 @ 22:21:05
  Author: andyrtr
Revision: 232505

fix source file names

Modified:
  libetpan/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-03 21:16:39 UTC (rev 232504)
+++ PKGBUILD	2015-03-03 21:21:05 UTC (rev 232505)
@@ -9,7 +9,7 @@
 url="http://www.etpan.org/libetpan.html"
 license=("custom:etpan")
 depends=('libsasl' 'curl' 'expat')
-source=(https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
 md5sums=('1158c4ce291876c2b7bb003cd4b3566e')
 
 build() {



More information about the arch-commits mailing list