summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGicu GORODENCO2016-05-30 02:14:49 +0200
committerGicu GORODENCO2016-05-30 02:14:49 +0200
commitae9b15781ecb492938c39d8df5ee243980e3818e (patch)
treec54e4291250e2aaed17b4a29478577f7538f93e4 /PKGBUILD
parentc99335cc80ba12427a4b3d0ace51f053ec2ae8ca (diff)
downloadaur-ae9b15781ecb492938c39d8df5ee243980e3818e.tar.gz
Update to 2.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61e8a04b1bde..3a743ac34dab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: rafael ff1 (aka josephgbr)
_pkgbasename=libsigc++
pkgname=lib32-$_pkgbasename
-pkgver=2.4.1
+pkgver=2.8.0
pkgrel=1
pkgdesc="Libsigc++ implements a full callback system for use in widget libraries - V2 (32 bit)"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=("$_pkgbasename")
makedepends=('gcc-multilib')
options=(!libtool !emptydirs)
source=(http://ftp.gnome.org/pub/GNOME/sources/${_pkgbasename}/${pkgver:0:3}/${_pkgbasename}-${pkgver}.tar.xz)
-sha256sums=('540443492a68e77e30db8d425f3c0b1299c825bf974d9bfc31ae7efafedc19ec')
+sha256sums=('774980d027c52947cb9ee4fac6ffe2ca60cc2f753068a89dfd281c83dbff9651')
build() {
cd "${srcdir}/${_pkgbasename}-${pkgver}"