summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-01-29 08:41:12 -0500
committerAndrew Sun2020-01-29 08:41:12 -0500
commitff7cd07017059702a73e2ad62965b80f33c8742d (patch)
treedca598355d90d161bfe4f02dbb14d7f3f4d4ffc7
parentd220b499e0f341ce3c14fa3e1f9f6646374c8644 (diff)
downloadaur-ff7cd07017059702a73e2ad62965b80f33c8742d.tar.gz
2.2.19
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c59366328fb5..ae947d651c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = c++-gtk-utils
pkgdesc = Classes and functions for programming in GTK+
- pkgver = 2.2.18
+ pkgver = 2.2.19
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.18/c++-gtk-utils-2.2.18.tar.gz
- sha256sums = 166ffe14dffaf8dd90873786bcbf5d604c9337fca5382351a9051ff697f1be64
+ 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
pkgname = c++-gtk-utils
diff --git a/.gitignore b/.gitignore
index 285f329c4947..021674c3e8c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.xz
*.gz
+*.zst
*.log
/pkg
/src
diff --git a/PKGBUILD b/PKGBUILD
index c909d0c94727..39d9f578c022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Andrew Sun <adsun701@gmail.com>
-# Contributor: Giovanni Scafora <giovanni@archlinux.org>
+# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Giovanni Scafora <giovanni at archlinux dot org>
pkgname=c++-gtk-utils
-pkgver=2.2.18
+pkgver=2.2.19
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=('166ffe14dffaf8dd90873786bcbf5d604c9337fca5382351a9051ff697f1be64')
+sha256sums=('382abe260863dc1ef84f912bcbc57414a0dd0d6fe622694fea2f5a042a04dd88')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"