summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2018-01-29 12:14:21 -0500
committerSolomon Choina2018-01-29 12:14:21 -0500
commit2df4c0287e1db9a006e9d5a020eb6d792b9d2e27 (patch)
treebc33166dc9b2aa0045f557f14464a908feb3fcee
parente9c178454a7072e41fb90cb10d36fcbc5110bd85 (diff)
downloadaur-2df4c0287e1db9a006e9d5a020eb6d792b9d2e27.tar.gz
update pkgver
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cda722359fe..64f272668413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
_gemname=gtk3
pkgname=ruby-$_gemname
-pkgver=3.0.8
+pkgver=3.2.1
pkgrel=1
pkgdesc='Ruby/GTK3 is a Ruby binding of GTK+-3.x.'
-arch=(i686 x86_64)
+arch=('x86_64')
url='http://ruby-gnome2.sourceforge.jp/'
license=(LGPL2.1)
depends=(ruby-atk ruby-gdk3 ruby-gdk_pixbuf2 ruby-gio2 ruby-glib2 ruby-pango gtk3)
@@ -15,7 +15,7 @@ makedepends=(gobject-introspection)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('24bb8e5224cd326ddbcfb5f5d14a72c9dbe8ced2')
+sha1sums=('dfd27d02cdb5630a0abd211e324be54c48e4b5b0')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"