summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Neumann2017-10-04 20:32:53 +0200
committerAlexander Neumann2017-10-04 20:32:53 +0200
commitcb485c61c0eb26689f0b20340c228c0ce3c0f74b (patch)
tree1e1f5a957f40b24aa52f72b21e81f9d91a468dbb /PKGBUILD
parent6235715d51648cafbd4a0a6a7af3d9cf84427901 (diff)
downloadaur-cb485c61c0eb26689f0b20340c228c0ce3c0f74b.tar.gz
Update version, generate fresh manpages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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() {