summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Ambauen2020-09-04 17:01:34 +0200
committerFabio Ambauen2020-09-04 17:01:34 +0200
commita20ea133c0acf492bf8dd46dbf02c31e3361a955 (patch)
treefdd8d8db80af934be7fce45a8487b4e534764d7d
parent654f1919e6dde9c369350b90a932cfabccd006d5 (diff)
downloadaur-pinball-unofficial.tar.gz
update to 0.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a8696e2bef9..0bc59e8f5365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pinball-unofficial
pkgdesc = The Emilia Pinball Project unofficial version with 2 new tables
- pkgver = 0.3.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://github.com/sergiomb2/pinball
arch = i686
@@ -14,8 +14,8 @@ pkgbase = pinball-unofficial
conflicts = pinball
options = !makeflags
options = libtool
- source = https://github.com/sergiomb2/pinball/archive/0.3.3.3.tar.gz
- sha512sums = 697ab9a66bb559c54cb43f926e1aadb36fe74cdccf69bb5e248aeeecdf48fc8ccee67655ef44fb43f5c1819946faf68e6754012b782a2a189394d0b2275a7545
+ source = https://github.com/sergiomb2/pinball/archive/0.3.4.tar.gz
+ sha512sums = a0f3d0fe765c51715db25a1d874a4d55f4213cdad780730f1b870bd840749cba146dbd6744c95b0c28551d32b7cf95ab82dfabb682b196a4192ac0ccf4bf7385
pkgname = pinball-unofficial
diff --git a/PKGBUILD b/PKGBUILD
index 0dedba21eb05..6ed4cbbb0068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio Rämi <fabio at dynamix-tontechnik dot ch>
pkgname=pinball-unofficial
_realname=pinball
-pkgver=0.3.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="The Emilia Pinball Project unofficial version with 2 new tables"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ provides=('pinball=0.3.1')
conflicts=('pinball')
options=('!makeflags' 'libtool')
source=("https://github.com/sergiomb2/${_realname}/archive/${pkgver}.tar.gz")
-sha512sums=('697ab9a66bb559c54cb43f926e1aadb36fe74cdccf69bb5e248aeeecdf48fc8ccee67655ef44fb43f5c1819946faf68e6754012b782a2a189394d0b2275a7545')
+sha512sums=('a0f3d0fe765c51715db25a1d874a4d55f4213cdad780730f1b870bd840749cba146dbd6744c95b0c28551d32b7cf95ab82dfabb682b196a4192ac0ccf4bf7385')
build() {
cd "${srcdir}/${_realname}-${pkgver}"