summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Manfredi2016-07-03 13:03:14 -0300
committerFernando Manfredi2016-07-03 13:03:14 -0300
commit49c7b345dd06c7a474b162b9bc2ed795425d82e1 (patch)
treef948eee7966c3729c231b360139009f5b95fa00c
parentbe47e3c6e66fabf1d79f116de8b9dc851b9ae200 (diff)
downloadaur-49c7b345dd06c7a474b162b9bc2ed795425d82e1.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7b56024325f..59e3e4f11472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@
# Sat Jan 9 06:29:43 UTC 2016
pkgbase = backup-conf
pkgdesc = This script create a backup of your config files in a tree format on current folder
- pkgver = 5.1.1
+ pkgver = 5.2.1
pkgrel = 1
url = https://github.com/ShyPixie/backup-conf
install = backup-conf.install
@@ -14,9 +14,9 @@ pkgbase = backup-conf
optdepends = diffutils: the default diff tool
optdepends = colordiff: a colored diff tool
optdepends = git: for git management
- source = https://github.com/ShyPixie/backup-conf/archive/v5.1.1.tar.gz
+ source = https://github.com/ShyPixie/backup-conf/archive/v5.2.1.tar.gz
source = backup-conf.install
- md5sums = 9db16eb74da5bbf1283ee283ff978110
+ md5sums = SKIP
md5sums = b452e0f879c2d25650330a37ed13f110
pkgname = backup-conf
diff --git a/PKGBUILD b/PKGBUILD
index 4411d4599b6d..1ce82ee9606c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=backup-conf
pkgdesc='This script create a backup of your config files in a tree format on current folder'
url="https://github.com/ShyPixie/$pkgname"
-pkgver=5.1.1
+pkgver=5.2.1
pkgrel=1
license=('GPL')
arch=('any')
@@ -20,7 +20,7 @@ optdepends=('diffutils: the default diff tool'
source=("https://github.com/ShyPixie/$pkgname/archive/v$pkgver.tar.gz"
"backup-conf.install")
-md5sums=('9db16eb74da5bbf1283ee283ff978110'
+md5sums=('SKIP'
'b452e0f879c2d25650330a37ed13f110')
build() {