summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-12-19 10:15:32 -0500
committerAndrew Sun2020-12-19 10:15:32 -0500
commit2cd745035b6b6e422846f00696688ed3e4eceb29 (patch)
tree37992ea36d37b753d5f569d2a376495aa7d11558
parentff7cd07017059702a73e2ad62965b80f33c8742d (diff)
downloadaur-2cd745035b6b6e422846f00696688ed3e4eceb29.tar.gz
2.2.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae947d651c87..7835e425e16a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = c++-gtk-utils
pkgdesc = Classes and functions for programming in GTK+
- pkgver = 2.2.19
+ pkgver = 2.2.20
pkgrel = 1
url = http://cxx-gtk-utils.sourceforge.net/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = c++-gtk-utils
depends = gtk3
options = !docs
options = !emptydirs
- source = https://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.19/c++-gtk-utils-2.2.19.tar.gz
- sha256sums = 382abe260863dc1ef84f912bcbc57414a0dd0d6fe622694fea2f5a042a04dd88
+ source = https://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.20/c++-gtk-utils-2.2.20.tar.gz
+ sha256sums = a64e03e5948d074f8309b036ca0acaf9ae4025c19cef6174f2319c504fb32d8c
pkgname = c++-gtk-utils
diff --git a/PKGBUILD b/PKGBUILD
index 39d9f578c022..7819785413b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Giovanni Scafora <giovanni at archlinux dot org>
pkgname=c++-gtk-utils
-pkgver=2.2.19
+pkgver=2.2.20
pkgrel=1
pkgdesc="Classes and functions for programming in GTK+"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=('gtk3')
options=('!docs' '!emptydirs')
source=("https://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('382abe260863dc1ef84f912bcbc57414a0dd0d6fe622694fea2f5a042a04dd88')
+sha256sums=('a64e03e5948d074f8309b036ca0acaf9ae4025c19cef6174f2319c504fb32d8c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"