summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGPereira2018-04-02 22:59:06 +0100
committerGPereira2018-04-02 22:59:06 +0100
commit879b5599bcd12b992c55b3ecb2bea899bbacbb61 (patch)
tree549382600ff261d0b3f4e61296c6796fd49536c2 /PKGBUILD
parenta49d3b9351fbc0d8d53ced76938ed4bb18d18f9f (diff)
downloadaur-879b5599bcd12b992c55b3ecb2bea899bbacbb61.tar.gz
Updated to version 2.2.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2738655337a6..f8db5f92312f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=c++-gtk-utils
-pkgver=2.2.14.1
+pkgver=2.2.15
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=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('e52b3e1746d1b826f46d257a1865edeb')
+md5sums=('SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"