[arch-commits] Commit in ltris/trunk (PKGBUILD ltris.changelog)

Antonio Rojas arojas at gemini.archlinux.org
Tue May 31 20:32:50 UTC 2022


    Date: Tuesday, May 31, 2022 @ 20:32:50
  Author: arojas
Revision: 1218258

Update to 1.2.4

Modified:
  ltris/trunk/PKGBUILD
Deleted:
  ltris/trunk/ltris.changelog

-----------------+
 PKGBUILD        |   14 +++++++++-----
 ltris.changelog |   50 --------------------------------------------------
 2 files changed, 9 insertions(+), 55 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-31 20:27:41 UTC (rev 1218257)
+++ PKGBUILD	2022-05-31 20:32:50 UTC (rev 1218258)
@@ -3,7 +3,7 @@
 # Contributor: SmackleFunky <smacklefunky at optusnet.com.au>
 
 pkgname=ltris
-pkgver=1.2.3
+pkgver=1.2.4
 pkgrel=1
 pkgdesc="A tetris clone where you have a bowl with blocks falling down"
 arch=('x86_64')
@@ -12,12 +12,16 @@
 depends=('sdl_mixer')
 backup=('var/games/ltris.hscr')
 install=$pkgname.install
-changelog=$pkgname.changelog
 source=(https://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
-sha512sums=('0a910a764fea78b127ae637a28b2e509a9bb4b21f1bd0ee213d07ceaf6885d4d23a6d7098be2c64bfcd47aa447ac8431f7252f09e34aff778877cc2effaa66f8')
+sha512sums=('58781aff51d212c1fcaa58f07aea72f51311ab9ccc96e01adce226bdefb1c988898b87018c29bd240cac51627322564bf20358327b633c763785869267468076')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's|-Wno-format||' -i configure
+}
+
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   ./configure --prefix=/usr --localstatedir=/var/games
   make
@@ -24,7 +28,7 @@
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 

Deleted: ltris.changelog
===================================================================
--- ltris.changelog	2022-05-31 20:27:41 UTC (rev 1218257)
+++ ltris.changelog	2022-05-31 20:32:50 UTC (rev 1218258)
@@ -1,50 +0,0 @@
-2020-08-22  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.2.1-1
-	* Upstream update
-
-2020-08-22  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.2-1
-	* Upstream update
-
-2013-12-23  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.19-2
-	* FS#37951 fix
-
-2013-11-02  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.19-1
-	* Upstream update
-
-2011-12-18  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.18-1
-	* Upstream update
-
-2011-08-28  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.17-1
-	* Upstream update
-
-2011-03-09  Jaroslav Lichtblau  <svetlemodry at archlinux.org>
-
-	* ltris 1.0.16-1
-	* Upstream update
-
-2009-12-29  Eric Belanger  <eric at archlinux.org>
-
-	* ltris 1.0.14-1
-	* Upstream update
-
-2009-11-07  Eric Belanger  <eric at archlinux.org>
-
-	* ltris 1.0.13-1
-	* Upstream update
-
-2009-04-07  Eric Belanger  <eric at archlinux.org>
-
-	* ltris 1.0.12-1
-	* Fixed score file location and permissions (close FS#13489)
-	* Added ChangeLog



More information about the arch-commits mailing list