summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3296c482dbb..57747f358b93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 00:51:19 UTC 2016
+# Wed Nov 16 03:40:35 UTC 2016
pkgbase = autorevision
- pkgdesc = Extracts metadata about the head of a repository; useful for build scripts.
- pkgver = 1.15
+ pkgdesc = Extracts metadata about the HEAD of a repository
+ pkgver = 1.16
pkgrel = 1
url = https://autorevision.github.io/
arch = any
license = BSD
makedepends = asciidoc
- source = https://github.com/Autorevision/autorevision/archive/v/1.15.tar.gz
- sha256sums = 54fb0d20ac67bc77ffc1c6bb9580da7dd401985c1c9f701b9ced370e5efce218
+ source = https://github.com/Autorevision/autorevision/archive/v/1.16.tar.gz
+ sha256sums = 0454e66a1ee0c5ad91630e4e6610c6da9bd7ccdc5d1eab80c3f145ce1a6e18c2
pkgname = autorevision
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}"