[arch-commits] Commit in xsp/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Apr 24 07:27:43 UTC 2015
Date: Friday, April 24, 2015 @ 09:27:43
Author: foutrelis
Revision: 237980
Fix potential source filename conflict.
Modified:
xsp/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-24 02:51:44 UTC (rev 237979)
+++ PKGBUILD 2015-04-24 07:27:43 UTC (rev 237980)
@@ -12,7 +12,7 @@
depends=('mono' 'sqlite')
options=(!makeflags)
install=${pkgname}.install
-source=(https://github.com/mono/xsp/archive/${pkgver}.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mono/xsp/archive/${pkgver}.tar.gz
${pkgname}.webapp
${pkgname}.service)
md5sums=('6a694d5e87ebe57e532ec80a16b6966d'
More information about the arch-commits
mailing list