summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Witkowski2022-05-09 12:41:51 -0600
committerAlan Witkowski2022-05-09 12:41:51 -0600
commit17489673df92055fcb654aef87577c24ebc7e75f (patch)
treea1c00a04358d464dabae1497d1864d39ae010d9b
parenta108b92623f2ea2398e52957d2079a7770d04cdf (diff)
downloadaur-17489673df92055fcb654aef87577c24ebc7e75f.tar.gz
cleanup
-rw-r--r--.SRCINFO3
-rw-r--r--Changelog10
-rw-r--r--PKGBUILD3
3 files changed, 2 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcb98f535c18..282203472bfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = openflap
pkgdesc = A game about bouncing balls through holes
pkgver = 1.0.2r56
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jazztickets/openflap
- changelog = Changelog
arch = i686
arch = x86_64
license = GPL3
diff --git a/Changelog b/Changelog
deleted file mode 100644
index 6ca028c305e4..000000000000
--- a/Changelog
+++ /dev/null
@@ -1,10 +0,0 @@
-Maintainer: Alan Witkowski <alan.witkowski+aur@gmail.com>
-
-1.0.1-1 - 2017-11-04
-
- * New upstream release
-
-1.0.0-1 - 2017-10-10
-
- * New upstream release
-
diff --git a/PKGBUILD b/PKGBUILD
index dd44cb07b6b4..60fee22634f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: jazztickets <jazztickets at gmail dot com>
pkgname=openflap
pkgver=1.0.2r56
-pkgrel=1
+pkgrel=2
pkgdesc="A game about bouncing balls through holes"
arch=('i686' 'x86_64')
url="https://github.com/jazztickets/openflap"
license=('GPL3')
depends=('sdl2' 'sdl2_image' 'sdl2_ttf' 'sdl2_mixer')
makedepends=('cmake')
-changelog=Changelog
source=("https://github.com/jazztickets/openflap/releases/download/1.0.2/openflap-${pkgver}-src.tar.gz")
sha256sums=('61d5a4438e5242bafa9b73e38cf865264a3b5a8a77a11c7836f1d7c9765de494')