[arch-commits] Commit in stone-soup/trunk (PKGBUILD)
Ivy Foster
escondida at gemini.archlinux.org
Tue Aug 30 13:09:15 UTC 2022
Date: Tuesday, August 30, 2022 @ 13:09:15
Author: escondida
Revision: 1288723
stone-soup: update to 0.29.0-1
Modified:
stone-soup/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-30 12:39:26 UTC (rev 1288722)
+++ PKGBUILD 2022-08-30 13:09:15 UTC (rev 1288723)
@@ -6,7 +6,7 @@
url='https://crawl.develz.org/'
license=(custom GPL2)
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
arch=(x86_64)
@@ -21,10 +21,11 @@
source=("stone-soup-$pkgver.tar.xz::https://github.com/crawl/crawl/releases/download/$pkgver/stone_soup-$pkgver-nodeps.tar.xz")
# checksums provided by packager; take with a grain of salt
-md5sums=(c5fd0d441a39b054a3968bf548db9f9a)
+# <makepkg -g
+md5sums=(c112a3b4dc599a65416ab58932836036)
# Version 0.28.0 won't build without this
-options=(!lto)
+#options=(!lto)
# make install actually rebuilds everything. Yikes.
# Thus the lack of a build() fucntion.
More information about the arch-commits
mailing list