summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-03-06 08:03:44 +0000
committerEric Engestrom2022-03-06 08:03:44 +0000
commit2c2850b2c8bc3de1d2376934c9c92c57df4b340b (patch)
treeadadf73d8ff881d6f2340f5304445778e9d4f66b
parentf1896af02e9bfe08f490ed37f82e316db2d2f12d (diff)
downloadaur-2c2850b2c8bc3de1d2376934c9c92c57df4b340b.tar.gz
bump for 0.4.14
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a26a060a4297..65ab9770e078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = mdbook-epub-git
pkgdesc = MDBook EPUB Backend
- pkgver = 0.3.0+12.g640a81209b
+ pkgver = 0.4.14
pkgrel = 1
url = https://github.com/Michael-F-Bryan/mdbook-epub
arch = x86_64
license = MIT
makedepends = rust
makedepends = cargo
- provides = mdbook-epub=0.3.0
+ provides = mdbook-epub=0.4.14
conflicts = mdbook-epub
source = https://github.com/Michael-F-Bryan/mdbook-epub
sha256sums = SKIP
pkgname = mdbook-epub-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e77ebf41be7a..c35a5d28d51e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=mdbook-epub-git
-pkgver=0.3.0+12.g640a81209b
+pkgver=0.4.14
pkgrel=1
pkgdesc="MDBook EPUB Backend"
url="https://github.com/Michael-F-Bryan/mdbook-epub"
@@ -15,7 +15,7 @@ provides=(mdbook-epub=${pkgver%+*})
pkgver() {
cd mdbook-epub
- git describe --abbrev=10 | sed 's/^v//; s/-/+/; s/-/./'
+ git describe --tags --abbrev=10 | sed 's/^v//; s/-/+/; s/-/./'
}
build() {