summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLutz2021-02-05 19:31:34 +0100
committerLutz2021-02-05 19:31:34 +0100
commit199c3ad2cb9caf24de9dd3d62af501eeab7c7097 (patch)
tree51728f5db78c394f8f98103aea17265d69be2ed8
parentb04976ba4ff4a0505d4d2a30ce5950063d51b0fa (diff)
downloadaur-199c3ad2cb9caf24de9dd3d62af501eeab7c7097.tar.gz
1.1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 527fd9f9db8c..c78d93fa7106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lutz Freitag <aur.lutz@gottliebtfreitag.de>
pkgname=simplyfile-git
-pkgver=1.0
+pkgver=1.1.r0.cb18301
pkgrel=1
pkgdesc='C++ wrappers around linux file descriptors'
url='https://github.com/gottliebtfreitag/simplyfile'
@@ -9,11 +9,11 @@ arch=('any')
license=('MIT')
makedepends=('git' 'cmake')
provides=('simplyfile')
-source=('git+https://github.com/gottliebtfreitag/simplyfile.git')
+source=("git+https://github.com/gottliebtfreitag/simplyfile.git#tag=$pkgver")
sha256sums=('SKIP')
pkgver() {
- git -C simplyfile describe --tags
+ git -C simplyfile describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g'
}
build() {