summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8145db45ce8..9088b332f9bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Dec 27 20:56:01 UTC 2015
pkgbase = restic-git
pkgdesc = restic is a program that does backups right.
- pkgver = v0.1.0.r172.g1f1b8e1
+ pkgver = v0.6.0.rc.1.r4.ge73e3cb4
pkgrel = 1
url = https://github.com/restic/restic
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b6e4ae7c28dc..f1902a2e64ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Alexander Neumann <alexander@bumpern.de>
options=(!strip)
pkgname=restic-git
-pkgver=v0.1.0.r172.g1f1b8e1
+pkgver=v0.6.0.rc.1.r4.ge73e3cb4
pkgrel=1
pkgdesc="restic is a program that does backups right."
arch=('i686' 'x86_64')
@@ -32,7 +32,7 @@ build() {
package() {
install -Dm755 "$pkgname/restic" "$pkgdir/usr/bin/restic"
install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 "$pkgname/README.md" "$pkgdir/usr/share/doc/$pkgname/README"
+ install -Dm644 "$pkgname/README.rst" "$pkgdir/usr/share/doc/$pkgname/README"
}
# vim:set ts=2 sw=2 et: