summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f347ff26772..809eaa0f6b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = freealchemist
pkgdesc = A figure block game written in Python where you have to connect blocks
pkgver = 0.7
- pkgrel = 1
+ pkgrel = 2
url = http://dakblog.wordpress.com/freealchemist/
arch = any
- license = GPL
+ license = GPL-2.0-or-later
makedepends = python-setuptools
depends = python-pygame
source = https://github.com/dakk/FreeAlchemist/archive/44e7173219c30de3676110dc6ce5beea9e03cc33.zip
- source = freealchemist-starter
md5sums = 9a142c3464d857d6f246d1d898743816
- md5sums = 7b7027eecfb4457fc1fde4d7b7b68b3a
pkgname = freealchemist
diff --git a/PKGBUILD b/PKGBUILD
index 258855236a57..114145985685 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: Sébastien Leduc <sebastien@sleduc.fr>
# Contributor: Dak <dak.linux at gmail dot com>
pkgname=freealchemist
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="A figure block game written in Python where you have to connect blocks"
arch=('any')
url="http://dakblog.wordpress.com/freealchemist/"
-license=('GPL')
+license=('GPL-2.0-or-later')
depends=('python-pygame')
makedepends=('python-setuptools')
-source=("https://github.com/dakk/FreeAlchemist/archive/44e7173219c30de3676110dc6ce5beea9e03cc33.zip" # untagged 0.7
- "freealchemist-starter")
-md5sums=('9a142c3464d857d6f246d1d898743816'
- '7b7027eecfb4457fc1fde4d7b7b68b3a')
+source=("https://github.com/dakk/FreeAlchemist/archive/44e7173219c30de3676110dc6ce5beea9e03cc33.zip") # untagged 0.7
+md5sums=('9a142c3464d857d6f246d1d898743816')
package(){
cd FreeAlchemist-44e7173219c30de3676110dc6ce5beea9e03cc33