[arch-commits] Commit in stone-soup/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat May 30 19:19:36 UTC 2015
Date: Saturday, May 30, 2015 @ 21:19:36
Author: arojas
Revision: 134385
Fix checksum
Modified:
stone-soup/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-30 18:50:46 UTC (rev 134384)
+++ PKGBUILD 2015-05-30 19:19:36 UTC (rev 134385)
@@ -13,7 +13,7 @@
install=stone-soup.install
#source=("http://downloads.sourceforge.net/sourceforge/crawl-ref/stone_soup-${pkgver}-nodeps.tar.xz")
#source=("https://crawl.develz.org/release/stone_soup-${pkgver}-nodeps.tar.xz")
-source=("https://github.com/crawl-ref/crawl-ref/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver::https://github.com/crawl-ref/crawl-ref/archive/$pkgver.tar.gz")
# used by gendesk to create .desktop file
_exec=('crawl-tiles')
@@ -22,10 +22,10 @@
package() {
cd "$srcdir"
gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
- --exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup'
+ --exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' PKGBUILD
#cd "stone_soup-${pkgver}/source"
- cd "crawl-ref-${pkgver}/crawl-ref/source"
+ cd "crawl-${pkgver}/crawl-ref/source"
# 0.16.0 weirdness
sed -i 's|SDL_main.h|SDL2/&|' main.cc
@@ -75,4 +75,4 @@
}
-md5sums=('564b4a82e61651ae282f828849522a0b')
+md5sums=('262d973b56cc0d4ad2351dd370be2ef1')
More information about the arch-commits
mailing list