summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2017-10-23 10:23:42 +0200
committerfunilrys2017-10-23 10:23:42 +0200
commit3597aa85ed9c1ea727eb98c08d78ee6ad5bfacc0 (patch)
tree7e6ad343ec6cde962e7cf7833f531c6911e65ff5
parent4955186133acf64888f73fb8109b08e81cb14622 (diff)
downloadaur-3597aa85ed9c1ea727eb98c08d78ee6ad5bfacc0.tar.gz
Update cronopete to v3.26.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 544f419e2022..4b0bc9888a17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cronopete
pkgdesc = A graphical backup utility based on Apple Time Machine idea.
- pkgver = 3.26.0
+ pkgver = 3.26.1
pkgrel = 1
url = http://www.rastersoft.com/programas/cronopete.html
install = cronopete.install
@@ -16,8 +16,8 @@ pkgbase = cronopete
depends = gtk3
depends = libgee
depends = libx11
- source = https://github.com/rastersoft/cronopete/archive/3.26.0.tar.gz
- sha512sums = c60fde103771991c22b24c2dc21bbc923d92a0f8056dfd1bb5a1933acace2165ded147fbff4d8852b9fd2f88749376652f949642225fed1707852b5e580664e8
+ source = https://github.com/rastersoft/cronopete/archive/3.26.1.tar.gz
+ sha512sums = dc320cb68a96365027c36b9754ac894af3bd7bba65c82920d7a0ff4f14c88145f59a0f35407ce338d41e124b5360184ac8a3d917863c5cd9892e95cb4007f813
pkgname = cronopete
diff --git a/PKGBUILD b/PKGBUILD
index 6d73e24cf5fe..7bd8f65b4260 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Adria Arrufat <swiftscythe at gmail _dot_com>
pkgname=cronopete
-pkgver=3.26.0
+pkgver=3.26.1
pkgrel=1
pkgdesc="A graphical backup utility based on Apple Time Machine idea."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('gsl' 'glib2' 'gtk3' 'libgee' 'libx11')
makedepends=('vala' 'glib2' 'cmake' 'intltool' )
source=(https://github.com/rastersoft/cronopete/archive/${pkgver}.tar.gz)
-sha512sums=('c60fde103771991c22b24c2dc21bbc923d92a0f8056dfd1bb5a1933acace2165ded147fbff4d8852b9fd2f88749376652f949642225fed1707852b5e580664e8')
+sha512sums=('dc320cb68a96365027c36b9754ac894af3bd7bba65c82920d7a0ff4f14c88145f59a0f35407ce338d41e124b5360184ac8a3d917863c5cd9892e95cb4007f813')
install=${pkgname}.install
build() {