summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2019-12-11 18:09:27 +0100
committerfunilrys2019-12-11 18:09:27 +0100
commit986038e7290c46c6c7522933a26db7ba7e7b4fb4 (patch)
tree4bd3c6887243a9d2179a06f5562869c958ebb1fd
parent6378ff19d60ec66b196e358054e5e9f05c1acdbd (diff)
downloadaur-986038e7290c46c6c7522933a26db7ba7e7b4fb4.tar.gz
Update cronopete to v4.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 067d6a8d90ef..23d730a7ea48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cronopete
pkgdesc = A graphical backup utility based on Apple Time Machine idea.
- pkgver = 4.10.0.1
+ pkgver = 4.12.0
pkgrel = 1
url = http://www.rastersoft.com/programas/cronopete.html
install = cronopete.install
@@ -37,8 +37,8 @@ pkgbase = cronopete
depends = glibc
depends = udisks2
depends = rsync
- source = https://gitlab.com/rastersoft/cronopete/-/archive/4.10.0.1/cronopete-4.10.0.1.tar.gz
- sha512sums = 49576714faf0e35d2bdc55aa8cfcd64771da28f90dd823a6cf0d293850153ed05fb91fae6b8ba8ac351499a960a9c13ea200cf8b2c5dee1ad2e6eaab7460a719
+ source = https://gitlab.com/rastersoft/cronopete/-/archive/4.12.0/cronopete-4.12.0.tar.gz
+ sha512sums = c4b5bb5ba37d105b51eccbc2b1fded6c1339129ec93c0c9a454e18306d8fef256d91d9b9a4dfe44ab2f2a690fc0b2057ac5fa46e2a108b8e484684c75da6133a
pkgname = cronopete
diff --git a/PKGBUILD b/PKGBUILD
index 0ddbd287b8fb..aeb78ce0a87c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Adria Arrufat <swiftscythe at gmail _dot_com>
pkgname=cronopete
-pkgver=4.10.0.1
+pkgver=4.12.0
pkgrel=1
pkgdesc="A graphical backup utility based on Apple Time Machine idea."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=( 'gtk3' 'pango' 'atk' 'cairo' 'gdk-pixbuf2' 'glib2' 'libappindicator-gtk3' 'libdbusmenu-glib' 'libgee' 'gsl' 'glibc' 'udisks2' 'rsync' )
makedepends=( 'vala' 'glibc' 'gtk3' 'libappindicator-gtk3' 'cairo' 'gdk-pixbuf2' 'libgee' 'glib2' 'gsl' 'pango' 'udisks2' 'cmake' 'gettext' 'pkg-config' 'gcc' 'make' 'intltool' )
source=(https://gitlab.com/rastersoft/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('49576714faf0e35d2bdc55aa8cfcd64771da28f90dd823a6cf0d293850153ed05fb91fae6b8ba8ac351499a960a9c13ea200cf8b2c5dee1ad2e6eaab7460a719')
+sha512sums=('c4b5bb5ba37d105b51eccbc2b1fded6c1339129ec93c0c9a454e18306d8fef256d91d9b9a4dfe44ab2f2a690fc0b2057ac5fa46e2a108b8e484684c75da6133a')
install=${pkgname}.install
build() {
@@ -26,4 +26,4 @@ build() {
package() {
cd ${srcdir}/${pkgname}-${pkgver}/build
make DESTDIR=${pkgdir} install
-} \ No newline at end of file
+}