summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarol Babioch2018-01-16 22:19:16 +0100
committerKarol Babioch2018-01-16 22:20:51 +0100
commit342e30c2f545986c870aba38bfadc41c8da5a953 (patch)
treed4e081a305b759ece641eff6c4e46aeef3aac3f1
parent092136f5b99e8d6da9040589c517974b471a1f48 (diff)
downloadaur-342e30c2f545986c870aba38bfadc41c8da5a953.tar.gz
Update license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19358ccd4b9e..d817b05c567a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = libtmcg
pkgdesc = LibTMCG is a C++ library for creating secure and fair online card games.
pkgver = 1.3.10
- pkgrel = 1
+ pkgrel = 2
url = http://www.nongnu.org/libtmcg/
arch = x86_64
- license = GPL2+
+ license = GPL2
depends = libgcrypt
depends = gmp
source = http://download.savannah.gnu.org/releases/libtmcg/libTMCG-1.3.10.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4692bc57715d..fd53b56356d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=libtmcg
_pkgname=libTMCG
pkgver=1.3.10
-pkgrel=1
+pkgrel=2
pkgdesc="LibTMCG is a C++ library for creating secure and fair online card games."
arch=('x86_64')
url="http://www.nongnu.org/libtmcg/"
-license=('GPL2+')
+license=('GPL2')
depends=('libgcrypt' 'gmp')
source=("http://download.savannah.gnu.org/releases/${pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.sig})
sha256sums=('3f6d3adb7d07145033a278dbeb8fcaea43207de4ba79ab4c324b5a4bf82150b8'