summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 059eb8b0e315..c59366328fb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = c++-gtk-utils
pkgdesc = Classes and functions for programming in GTK+
- pkgver = 2.2.17
+ pkgver = 2.2.18
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.17/c++-gtk-utils-2.2.17.tar.gz
- sha256sums = 4be5cf289f62e7e24ba4c4d1a5b2c07c4beffe9049e85d9774dbc4ea369c4a04
+ source = https://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/2.2.18/c++-gtk-utils-2.2.18.tar.gz
+ sha256sums = 166ffe14dffaf8dd90873786bcbf5d604c9337fca5382351a9051ff697f1be64
pkgname = c++-gtk-utils
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..285f329c4947
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.xz
+*.gz
+*.log
+/pkg
+/src
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}"