summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD9
3 files changed, 14 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c4d18a0a628..ea42b5742c05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = make7libre
pkgdesc = Free/libre block match puzzle game
- pkgver = 0.8
+ pkgver = 0.8.2
pkgrel = 1
url = https://gitlab.com/felandral/make7libre
changelog = ChangeLog
@@ -8,11 +8,11 @@ pkgbase = make7libre
license = GPL3
makedepends = intltool
depends = gtkmm3
- source = make7libre-0.8.tar.gz::https://gitlab.com/felandral/make7libre/raw/dist/make7libre-0.8.tar.gz
- source = make7libre-0.8.tar.gz.sig::https://gitlab.com/felandral/make7libre/raw/dist/make7libre-0.8.tar.gz.sig
+ source = https://gitlab.com/felandral/make7libre/raw/dist/make7libre-0.8.tar.gz
+ source = https://gitlab.com/felandral/make7libre/raw/dist/make7libre-0.8.tar.gz.sig
validpgpkeys = 0F4775FC247B70595AD7573513907AE74D527673
- md5sums = a2946e8b5a58f9483fae1331794a141e
- md5sums = 3924029853c08881fb1b4e61e152f622
+ md5sums = c373eca8c215a75418a5f8add707e5cb
+ md5sums = bc615f805a886084938dcbed9e71db17
pkgname = make7libre
diff --git a/ChangeLog b/ChangeLog
index 179d353e2c65..c0a59bbe2df4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
# Maintainer: Félicien Pillot <felicien.pillot@member.fsf.org>
# ChangeLog file for Make7Libre
+ 2017-01-11 Félicien Pillot <felicien.pillot@member.fsf.org>
+ * GitRepo: New release (0.8.2)
+ * PKGBUILD: Updated version, md5sums, deleted source filenames
+ * .SRCINFO: Updated (manually, by copying content from PKGBUILD)
+
2017-01-10 Félicien Pillot <felicien.pillot@member.fsf.org>
* GitRepo: First commit (0.8.0)
* PKGBUILD: New file (from scratch)
diff --git a/PKGBUILD b/PKGBUILD
index 84cf91b26642..0b5fae45d54a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Félicien Pillot <felicien.pillot@member.fsf.org>
pkgname=make7libre
-pkgver=0.8
+pkgver=0.8.2
pkgrel=1
pkgdesc="Free/libre block match puzzle game"
arch=('x86_64')
@@ -9,11 +9,10 @@ license=('GPL3')
depends=('gtkmm3')
makedepends=('intltool')
changelog=ChangeLog
-source=("make7libre-0.8.tar.gz::https://gitlab.com/felandral/make7libre/raw/dist/${pkgname}-${pkgver}.tar.gz" \
- "make7libre-0.8.tar.gz.sig::https://gitlab.com/felandral/make7libre/raw/dist/${pkgname}-${pkgver}.tar.gz.sig")
+source=("https://gitlab.com/felandral/make7libre/raw/dist/${pkgname}-${pkgver}.tar.gz" "https://gitlab.com/felandral/make7libre/raw/dist/${pkgname}-${pkgver}.tar.gz.sig")
validpgpkeys=('0F4775FC247B70595AD7573513907AE74D527673')
-md5sums=("a2946e8b5a58f9483fae1331794a141e" \
- "3924029853c08881fb1b4e61e152f622")
+md5sums=("c373eca8c215a75418a5f8add707e5cb" \
+ "bc615f805a886084938dcbed9e71db17")
build() {
cd "$pkgname-$pkgver"