summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriele Russo Russo2022-01-13 12:12:29 +0100
committerGabriele Russo Russo2022-01-13 12:12:29 +0100
commitb28bf58e13115d6417bdf57fe5716191befb3d66 (patch)
tree2a9c6c9a65ea2c90a00d65a261d989d551a24a98
parenta6c26327d69628dc79e6e3587f1df5a766a030e7 (diff)
downloadaur-easybackup.tar.gz
Updates to v1.4
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b86ca6e5830..1af92e0eabe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = easybackup
pkgdesc = Bash script for performing incremental backups of a set of directories using rsync
- pkgver = 1.3
- pkgrel = 1
- url = https://github.com/childerico/easybackup
+ pkgver = 1.4
+ pkgrel = 0
+ url = https://github.com/grussorusso/easybackup
arch = any
license = GPL
depends = bash
depends = rsync
- source = https://github.com/childerico/easybackup/archive/v1.3.tar.gz
- md5sums = d8efbc57e0b78eb221e996a505f2a789
+ source = https://github.com/grussorusso/easybackup/archive/v1.4.tar.gz
+ md5sums = 21cdb281c9fc6aef6101d7db8abfefc4
pkgname = easybackup
-
diff --git a/PKGBUILD b/PKGBUILD
index 75acf15d89e2..d4016e90fe6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gabriele Russo Russo <gabri.russo17 AT gmail.com>
pkgname=easybackup
-pkgver=1.3
-pkgrel=1
+pkgver=1.4
+pkgrel=0
pkgdesc="Bash script for performing incremental backups of a set of directories using rsync"
arch=('any')
-url="https://github.com/childerico/$pkgname"
+url="https://github.com/grussorusso/$pkgname"
license=('GPL')
depends=('bash' 'rsync')
-source=("https://github.com/childerico/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('d8efbc57e0b78eb221e996a505f2a789')
+source=("https://github.com/grussorusso/$pkgname/archive/v$pkgver.tar.gz")
+md5sums=('21cdb281c9fc6aef6101d7db8abfefc4')
package() {
cd "$pkgname-$pkgver"