summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2019-06-12 06:57:55 -0400
committerAndrew Sun2019-06-12 06:57:55 -0400
commitd220b499e0f341ce3c14fa3e1f9f6646374c8644 (patch)
tree1ae6273cd063aaabb02b7555e045923112a3ca6d /PKGBUILD
parentae751bb2fbd6404fdb6ebce90fbc6f4d576c7d61 (diff)
downloadaur-d220b499e0f341ce3c14fa3e1f9f6646374c8644.tar.gz
c++-gtk-utils: update to 2.2.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d99d73260832..c909d0c94727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=c++-gtk-utils
-pkgver=2.2.17
+pkgver=2.2.18
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=('4be5cf289f62e7e24ba4c4d1a5b2c07c4beffe9049e85d9774dbc4ea369c4a04')
+sha256sums=('166ffe14dffaf8dd90873786bcbf5d604c9337fca5382351a9051ff697f1be64')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"