summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34dd9b7f0410..25e0f665a39a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = jointris
pkgdesc = Joinable tetris blocks with bombs
- pkgver = 0.11
+ pkgver = 0.12
pkgrel = 1
url = https://www.efanomars.com/games/jointris
arch = x86_64
- license = GPL3,
- license = LGPL3
+ license = GPL3
makedepends = cmake
makedepends = gcc
makedepends = doxygen
@@ -14,7 +13,7 @@ pkgbase = jointris
depends = stmm-games
depends = stmm-input
depends = gtkmm
- source = git+https://gitlab.com/efanomars/jointris.git#commit=58e18537567200ea3289a4b76824f8257a778da4
+ source = git+https://gitlab.com/efanomars/jointris.git#commit=fd2586a68df23e61f7ba06616292664a274385a9
sha512sums = SKIP
pkgname = jointris
diff --git a/PKGBUILD b/PKGBUILD
index 6d4ed228527c..65ccbabae312 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Stefano Marsili <efanomars@gmx.ch>
pkgname=jointris
-pkgver=0.11
+pkgver=0.12
pkgrel=1
pkgdesc="Joinable tetris blocks with bombs"
url='https://www.efanomars.com/games/jointris'
arch=('x86_64')
-license=('GPL3', 'LGPL3')
+license=('GPL3')
depends=('stmm-games' 'stmm-input' 'gtkmm')
makedepends=('cmake' 'gcc' 'doxygen' 'graphviz' 'python')
@@ -16,7 +16,7 @@ optdepends=()
#replaces=("jointris")
#conflicts=("jointris")
-source=('git+https://gitlab.com/efanomars/jointris.git#commit=58e18537567200ea3289a4b76824f8257a778da4')
+source=('git+https://gitlab.com/efanomars/jointris.git#commit=fd2586a68df23e61f7ba06616292664a274385a9')
sha512sums=('SKIP')
build() {