summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3459a8695fbd..730298013bab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Benjamin Abendroth <braph93@gmx.de>
pkgname=ektoplayer
-pkgver=0.1.20
+pkgver=0.1.22
pkgrel=1
pkgdesc='play and download techno music from ektoplazm.com'
arch=(any)
@@ -11,7 +11,7 @@ depends=(ruby ruby-sqlite3 ruby-nokogiri ruby-ncursesw mpg123)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$pkgname-$pkgver.gem)
noextract=($pkgname-$pkgver.gem)
-sha1sums=('19c079eb11c2121661101f10d4395b459cbb5ec9')
+sha1sums=('c9f11b528a89a8e6d6a20132aab8e6be5c2625b6')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"