summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krzyszkowiak2019-03-31 19:39:32 +0200
committerSebastian Krzyszkowiak2019-03-31 19:39:54 +0200
commit6d243f93f7d77605ca060575397e98aef7a3bdd5 (patch)
tree922517e310d5ac67e26f72afd6d52e65dd9963da
parent2399b2c6e0523b602d52db5a3bc7d75be2ab4fd6 (diff)
downloadaur-flasciibird.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 070ec45c1dd0..636fcb255d29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = flasciibird
pkgdesc = ncurses implementation of famous Flappy Bird game
pkgver = 0.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dos1/flasciibird
arch = any
- license = GPL3+
+ license = GPL3
depends = python
depends = ncurses
source = https://github.com/dos1/flasciibird/archive/0.0.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4e02e3920acc..d37b00b4d11a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Sebastian Krzyszkowiak <dos@dosowisko.net>
pkgname=flasciibird
pkgver=0.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="ncurses implementation of famous Flappy Bird game"
arch=('any')
url='https://github.com/dos1/flasciibird'
-license=('GPL3+')
+license=('GPL3')
depends=('python' 'ncurses')
source=(https://github.com/dos1/flasciibird/archive/$pkgver.tar.gz)
sha256sums=('873a1626e55bf28df2e7bb690ae8d9a200838614c534f8797c847db8da44fee4')