summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernando Manfredi2016-07-08 23:59:44 -0300
committerFernando Manfredi2016-07-09 00:00:52 -0300
commitfda920b9787ef68f0c006f4cc2bfad13f3c17074 (patch)
tree16505f3f4a52e7a73175f6ce17988c0d9f6df3a3
parent49c7b345dd06c7a474b162b9bc2ed795425d82e1 (diff)
downloadaur-backup-conf.tar.gz
Add sha256sums
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59e3e4f11472..5aafbcb0da83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 06:29:43 UTC 2016
+# Sat Jul 9 03:00: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.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ShyPixie/backup-conf
install = backup-conf.install
arch = any
@@ -16,8 +16,8 @@ pkgbase = backup-conf
optdepends = git: for git management
source = https://github.com/ShyPixie/backup-conf/archive/v5.2.1.tar.gz
source = backup-conf.install
- md5sums = SKIP
- md5sums = b452e0f879c2d25650330a37ed13f110
+ sha256sums = c95b20650210c0c5e30fb0c08a17c8147af2484c2f016d6d353f967f599d4261
+ sha256sums = 851c6ba4ecbabb25111b0b0e0389117eb287ca134abe52489bff1e66eb2f9551
pkgname = backup-conf
diff --git a/PKGBUILD b/PKGBUILD
index 1ce82ee9606c..56878ca6fbf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,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.2.1
-pkgrel=1
+pkgrel=2
license=('GPL')
arch=('any')
install='backup-conf.install'
@@ -20,8 +20,8 @@ optdepends=('diffutils: the default diff tool'
source=("https://github.com/ShyPixie/$pkgname/archive/v$pkgver.tar.gz"
"backup-conf.install")
-md5sums=('SKIP'
- 'b452e0f879c2d25650330a37ed13f110')
+sha256sums=('c95b20650210c0c5e30fb0c08a17c8147af2484c2f016d6d353f967f599d4261'
+ '851c6ba4ecbabb25111b0b0e0389117eb287ca134abe52489bff1e66eb2f9551')
build() {
cd $pkgname-$pkgver