summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-11-07 06:19:56 -0500
committerAndrew Sun2019-11-07 06:19:56 -0500
commit3917eaa67728476af351310377c53f93741f4148 (patch)
tree5f1680cfffbe4359ccc2e17d07321c95fcc47e85
parent5ad91a918345bb968625924d9286932b09f2aa19 (diff)
downloadaur-3917eaa67728476af351310377c53f93741f4148.tar.gz
revert 3.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6848e21f288..3f9814c309fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = mingw-w64-libsigc++
pkgdesc = Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)
- pkgver = 3.0.0
+ pkgver = 2.10.2
pkgrel = 1
+ epoch = 1
url = https://libsigcplusplus.github.io/libsigcplusplus/
arch = any
license = LGPL
@@ -11,8 +12,8 @@ pkgbase = mingw-w64-libsigc++
options = !strip
options = !buildflags
options = staticlibs
- source = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/3.0/libsigc++-3.0.0.tar.xz
- sha256sums = 50a0855c1eb26e6044ffe888dbe061938ab4241f96d8f3754ea7ead38ab8ed06
+ source = https://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/libsigc++-2.10.2.tar.xz
+ sha256sums = b1ca0253379596f9c19f070c83d362b12dfd39c0a3ea1dd813e8e21c1a097a98
pkgname = mingw-w64-libsigc++
diff --git a/PKGBUILD b/PKGBUILD
index 7a21f0ac92dd..ff547ef0de5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,9 @@
pkgname=mingw-w64-libsigc++
_pkgname=libsigc++
-pkgver=3.0.0
+pkgver=2.10.2
pkgrel=1
+epoch=1
pkgdesc="Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)"
arch=('any')
url="https://libsigcplusplus.github.io/libsigcplusplus/"
@@ -12,8 +13,8 @@ license=('LGPL')
makedepends=('mingw-w64-gcc' 'mingw-w64-configure')
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' 'staticlibs')
-source=("http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver%.*}/$_pkgname-${pkgver}.tar.xz")
-sha256sums=('50a0855c1eb26e6044ffe888dbe061938ab4241f96d8f3754ea7ead38ab8ed06')
+source=("https://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver%.*}/$_pkgname-${pkgver}.tar.xz")
+sha256sums=('b1ca0253379596f9c19f070c83d362b12dfd39c0a3ea1dd813e8e21c1a097a98')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"