summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2016-11-15 19:40:45 -0800
committerMike Swanson2016-11-15 19:40:45 -0800
commit241cb5795edc6efdaabe1a0c36d1d23f870c4f58 (patch)
tree136b092ce3c2b21de741c38940517f041d2a69e0 /PKGBUILD
parent7d33515ac5ffb0f29622179a7dc959e638e7bac0 (diff)
downloadaur-241cb5795edc6efdaabe1a0c36d1d23f870c4f58.tar.gz
Update to 1.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca9159136cb4..fc4ddf34a38f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
pkgname=autorevision
-pkgver=1.15
+pkgver=1.16
pkgrel=1
-pkgdesc="Extracts metadata about the head of a repository; useful for build scripts."
+pkgdesc="Extracts metadata about the HEAD of a repository"
arch=('any')
url="https://autorevision.github.io/"
license=('BSD')
makedepends=('asciidoc')
source=(https://github.com/Autorevision/autorevision/archive/v/${pkgver}.tar.gz)
-sha256sums=('54fb0d20ac67bc77ffc1c6bb9580da7dd401985c1c9f701b9ced370e5efce218')
+sha256sums=('0454e66a1ee0c5ad91630e4e6610c6da9bd7ccdc5d1eab80c3f145ce1a6e18c2')
build() {
cd "$pkgname-v-${pkgver}"