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

Laurent Carlier lcarlier at archlinux.org
Wed Mar 4 17:53:45 UTC 2015


    Date: Wednesday, March 4, 2015 @ 18:53:44
  Author: lcarlier
Revision: 232860

fix source file names

Modified:
  libepoxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-04 17:41:49 UTC (rev 232859)
+++ PKGBUILD	2015-03-04 17:53:44 UTC (rev 232860)
@@ -11,7 +11,7 @@
 depends=('glibc')
 makedepends=('xorg-util-macros' 'python' 'mesa-libgl')
 options=('!libtool')
-source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz")
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz)
 md5sums=('12d6b7621f086c0c928887c27d90bc30')
 
 build() {



More information about the arch-commits mailing list