summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorberocs2019-11-07 15:02:40 -0300
committerberocs2019-11-07 15:02:53 -0300
commit2fb4bc54159b84ca02fead7ed95a66ef0b63a246 (patch)
treef76901569924d77c2326629393e52c886d19afd1
parent7d26b9bb6cf1fc3460512a9e56160a6e5298f3d9 (diff)
downloadaur-2fb4bc54159b84ca02fead7ed95a66ef0b63a246.tar.gz
v0.23.2.1
Significant bugfixes for v0.23.2. For the changelog for all versions, see https://clonehero.net/releases/.
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8f8fa7a2974..70b7d0954ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = clonehero
pkgdesc = Clone of Guitar Hero and Rockband-style games
- pkgver = 0.23.2
+ pkgver = 0.23.2.1
pkgrel = 1
url = https://clonehero.net/
install = clonehero.install
arch = x86_64
license = freeware-proprietary
depends = gtk2
- source = http://dl.clonehero.net/clonehero-v.23.2/clonehero-linux.tar.gz
+ source = http://dl.clonehero.net/clonehero-v.23.2.1/clonehero-linux.tar.gz
source = clonehero.install
source = clonehero.sh
source = clonehero.desktop
- sha1sums = 408640cc2379884b0c8843ebaa2593f47ad8c764
+ sha1sums = ac9e6212d709f3637b33a33e6e1fbc1b44d03555
sha1sums = SKIP
sha1sums = SKIP
sha1sums = SKIP
diff --git a/.gitignore b/.gitignore
index 2f3292b7af78..2b022307d03e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
-*.pkg.tar
+*.pkg.tar.xz
*.tar.gz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 7eb308e31154..a4d78af8fe03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Brandwein <brandweineric at gmail dot com>
# Contributor: 01189998819991197253 <dev.ben01189998819991197253+aur@gmail.com>
pkgname=clonehero
-pkgver=0.23.2
+pkgver=0.23.2.1
pkgrel=1
pkgdesc="Clone of Guitar Hero and Rockband-style games"
arch=('x86_64')
@@ -9,11 +9,11 @@ url="https://clonehero.net/"
license=('freeware-proprietary')
install="$pkgname.install"
depends=('gtk2')
-source=("http://dl.clonehero.net/clonehero-v.23.2/clonehero-linux.tar.gz"
+source=("http://dl.clonehero.net/clonehero-v.23.2.1/clonehero-linux.tar.gz"
"$pkgname.install"
"$pkgname.sh"
"$pkgname.desktop")
-sha1sums=('408640cc2379884b0c8843ebaa2593f47ad8c764'
+sha1sums=('ac9e6212d709f3637b33a33e6e1fbc1b44d03555'
'SKIP'
'SKIP'
'SKIP')