summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2020-06-11 17:54:18 +0000
committerChristian Heusel2024-08-13 15:15:21 +0200
commit456f722fb2ab6ac5cffe8f735d56ee7356afcab4 (patch)
tree790794163195a873c2e48c315139f2feadb66c8e
parentb898078ae6efc21b870e320267c10fa158d70259 (diff)
downloadaur-456f722fb2ab6ac5cffe8f735d56ee7356afcab4.tar.gz
upgpkg: 3.4.3-1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d34c7927604..809dea27b91c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=gtk3
pkgname=ruby-$_gemname
-pkgver=3.4.2
+pkgver=3.4.3
pkgrel=1
pkgdesc='Ruby/GTK3 is a Ruby binding of GTK+-3.x.'
arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(ruby-native-package-installer ruby-glib2)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('d9a5d22f34e086e4ae3dfafd3c6000d684654c91')
+sha1sums=('3a2bdc8fab43d46ddb4dc1c3183e4873d1a61200')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"