summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Buhr2020-09-21 20:01:16 +0200
committerMathias Buhr2020-09-21 20:01:16 +0200
commit1ce33b40a8b6680c7b08c7144476183e14b75809 (patch)
tree706f124406ef8182607c0d35c9533b6e233fa6f0
parent3fd3eb38e197f21b1e33415f7cc5cb230890dc30 (diff)
downloadaur-1ce33b40a8b6680c7b08c7144476183e14b75809.tar.gz
Update to 1.34
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5e019fa13ed..4625775f12cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ft2-clone
pkgdesc = portable Fasttracker II clone written in C
- pkgver = 1.33
- pkgrel = 2
+ pkgver = 1.34
+ pkgrel = 1
url = https://16-bits.org/ft2.php
arch = x86_64
license = BSD
makedepends = libicns
depends = alsa-lib
depends = sdl2
- source = ft2-clone-1.33.tar.gz::https://github.com/8bitbubsy/ft2-clone/archive/v1.33.tar.gz
+ source = ft2-clone-1.34.tar.gz::https://github.com/8bitbubsy/ft2-clone/archive/v1.34.tar.gz
source = ft2-clone.desktop
- sha256sums = 8f06aad6c1c722ef6ad17245fc97b692625542c8cfbe7592ca5f93b531b7b904
+ sha256sums = 2c8a5c40bd36e88c5cf929f63d4cdbab2b4ab59033e3710cd3cef7a06a774003
sha256sums = 930fc87987840f878a926e6017fc60a2e58f1676f4d2d6cf9e24d14afb8d3552
pkgname = ft2-clone
diff --git a/PKGBUILD b/PKGBUILD
index aa878c82ad37..87ef54ae98ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Alex Gentilucci <alexander.gentilucci@gmail.com>
pkgname=ft2-clone
-pkgver=1.33
-pkgrel=2
+pkgver=1.34
+pkgrel=1
pkgdesc="portable Fasttracker II clone written in C"
arch=('x86_64')
url="https://16-bits.org/ft2.php"
@@ -12,7 +12,7 @@ makedepends=("libicns")
depends=("alsa-lib" "sdl2")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/8bitbubsy/ft2-clone/archive/v${pkgver}.tar.gz"
"ft2-clone.desktop")
-sha256sums=('8f06aad6c1c722ef6ad17245fc97b692625542c8cfbe7592ca5f93b531b7b904'
+sha256sums=('2c8a5c40bd36e88c5cf929f63d4cdbab2b4ab59033e3710cd3cef7a06a774003'
'930fc87987840f878a926e6017fc60a2e58f1676f4d2d6cf9e24d14afb8d3552')