summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2018-02-25 20:25:34 +0100
committerfunilrys2018-02-25 20:25:34 +0100
commita29111f15539c0dc85ee29276f02506f7b234440 (patch)
tree55ad935a190b3f679db7a31e05952ee156f158a0
parent4c8c62430e9bda2015e953165fdd44ea2ba15c4e (diff)
downloadaur-a29111f15539c0dc85ee29276f02506f7b234440.tar.gz
Update of cronopete to v3.28.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c54b85aa18c7..ef050183b6d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cronopete
pkgdesc = A graphical backup utility based on Apple Time Machine idea.
- pkgver = 3.26.1
- pkgrel = 2
+ pkgver = 3.28.0
+ pkgrel = 1
url = http://www.rastersoft.com/programas/cronopete.html
install = cronopete.install
arch = i686
@@ -17,8 +17,8 @@ pkgbase = cronopete
depends = gtk3
depends = libgee
depends = libx11
- source = https://github.com/rastersoft/cronopete/archive/3.26.1.tar.gz
- sha512sums = dc320cb68a96365027c36b9754ac894af3bd7bba65c82920d7a0ff4f14c88145f59a0f35407ce338d41e124b5360184ac8a3d917863c5cd9892e95cb4007f813
+ source = https://github.com/rastersoft/cronopete/archive/3.28.0.tar.gz
+ sha512sums = d3ad958dec5505c7d93b7b63eeb1da23a167dae813d8e9ad0b909c9653151cf0f6dbcc17a1479ba5b5bfd926eb0f7a6cf247495a658ea83ce8a577ecf6102c5c
pkgname = cronopete
diff --git a/PKGBUILD b/PKGBUILD
index cf9abd03e453..116db6a2d183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Adria Arrufat <swiftscythe at gmail _dot_com>
pkgname=cronopete
-pkgver=3.26.1
-pkgrel=2
+pkgver=3.28.0
+pkgrel=1
pkgdesc="A graphical backup utility based on Apple Time Machine idea."
arch=('i686' 'x86_64')
url="http://www.rastersoft.com/programas/cronopete.html"
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('gsl' 'glib2' 'gtk3' 'libgee' 'libx11')
makedepends=('vala' 'glib2' 'cmake' 'intltool' 'udisks2')
source=(https://github.com/rastersoft/cronopete/archive/${pkgver}.tar.gz)
-sha512sums=('dc320cb68a96365027c36b9754ac894af3bd7bba65c82920d7a0ff4f14c88145f59a0f35407ce338d41e124b5360184ac8a3d917863c5cd9892e95cb4007f813')
+sha512sums=('d3ad958dec5505c7d93b7b63eeb1da23a167dae813d8e9ad0b909c9653151cf0f6dbcc17a1479ba5b5bfd926eb0f7a6cf247495a658ea83ce8a577ecf6102c5c')
install=${pkgname}.install
build() {