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 f1ce5fff3345..63bc9eec49a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=swearjar
pkgname="ruby-${_gemname}"
-pkgver=1.0.0
+pkgver=1.1.1
pkgrel=1
pkgdesc='Put another nickel in the swearjar. Simple profanity detection with content analysis'
arch=('any')
@@ -12,7 +12,7 @@ depends=('ruby' 'ruby-fuzzyhash')
options=('!emptydirs')
source=("https://rubygems.org/downloads/${_gemname}-${pkgver}.gem")
noextract=("${_gemname}-${pkgver}.gem")
-sha256sums=('beb27c7532af0a9106e63877e4f89ab968f496183161e2b50c42843e28947d34')
+sha256sums=('f7f9f8a1e2fccd773eaa5048c754112335fa7521474975fe4ce20eecd56e317b')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"