summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06cedae52dfb..73499ddba240 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = jointris
pkgdesc = Joinable tetris blocks with bombs
- pkgver = 0.9
+ pkgver = 0.10
pkgrel = 1
url = https://www.efanomars.com/games/jointris
arch = x86_64
- license = GPL3
+ license = GPL3,
+ license = LGPL3
makedepends = cmake
makedepends = gcc
makedepends = doxygen
@@ -13,7 +14,7 @@ pkgbase = jointris
depends = stmm-games
depends = stmm-input
depends = gtkmm
- source = git+https://gitlab.com/efanomars/jointris.git#commit=a333a4612882e27fa824cfe567c1f0de7202adb9
+ source = git+https://gitlab.com/efanomars/jointris.git#commit=bffcaf8826a04db840aa7e4222ff8660c6c9883a
sha512sums = SKIP
pkgname = jointris
diff --git a/PKGBUILD b/PKGBUILD
index 7480f8fe6fee..ecce505d1b78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Stefano Marsili <efanomars@gmx.ch>
pkgname=jointris
-pkgver=0.9
+pkgver=0.10
pkgrel=1
pkgdesc="Joinable tetris blocks with bombs"
url='https://www.efanomars.com/games/jointris'
arch=('x86_64')
-license=('GPL3')
+license=('GPL3', 'LGPL3')
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=a333a4612882e27fa824cfe567c1f0de7202adb9')
+source=('git+https://gitlab.com/efanomars/jointris.git#commit=bffcaf8826a04db840aa7e4222ff8660c6c9883a')
sha512sums=('SKIP')
build() {