summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Neumann2017-10-04 20:32:53 +0200
committerAlexander Neumann2017-10-04 20:32:53 +0200
commitcb485c61c0eb26689f0b20340c228c0ce3c0f74b (patch)
tree1e1f5a957f40b24aa52f72b21e81f9d91a468dbb
parent6235715d51648cafbd4a0a6a7af3d9cf84427901 (diff)
downloadaur-cb485c61c0eb26689f0b20340c228c0ce3c0f74b.tar.gz
Update version, generate fresh manpages
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bf743c3a417..43176dc4f67c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Sep 13 15:36:57 UTC 2017
+# Wed Oct 4 18:31:22 UTC 2017
pkgbase = restic-git
pkgdesc = restic is a program that does backups right.
- pkgver = v0.7.1.r50.g4477d76f
+ pkgver = v0.7.3.r111.geb59d281
pkgrel = 1
url = https://github.com/restic/restic
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7904652602e4..99bd84db2848 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Alexander Neumann <alexander@bumpern.de>
options=(!strip)
pkgname=restic-git
-pkgver=v0.7.2.r0.g5b1e4df1
+pkgver=v0.7.3.r111.geb59d281
pkgrel=1
pkgdesc="restic is a program that does backups right."
arch=('i686' 'x86_64')
@@ -27,6 +27,7 @@ pkgver() {
build() {
cd "$pkgname"
go run build.go
+ ./restic generate --man doc/man
}
package() {