summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLutz2021-02-05 19:35:19 +0100
committerLutz2021-02-05 19:35:19 +0100
commite0412e8d2cd9ef7ac2f309479a6948a5d341facd (patch)
tree2f8dbfc0e3b3fc4e38014409d9a7d384913c1198
parent199c3ad2cb9caf24de9dd3d62af501eeab7c7097 (diff)
downloadaur-e0412e8d2cd9ef7ac2f309479a6948a5d341facd.tar.gz
1.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8269bb4f755..4db6cf878900 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplyfile-git
pkgdesc = C++ wrappers around linux file descriptors
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/gottliebtfreitag/simplyfile
arch = any
@@ -8,7 +8,7 @@ pkgbase = simplyfile-git
makedepends = git
makedepends = cmake
provides = simplyfile
- source = git+https://github.com/gottliebtfreitag/simplyfile.git
+ source = git+https://github.com/gottliebtfreitag/simplyfile.git#tag=1.1
sha256sums = SKIP
pkgname = simplyfile-git
diff --git a/PKGBUILD b/PKGBUILD
index c78d93fa7106..17266be22924 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lutz Freitag <aur.lutz@gottliebtfreitag.de>
pkgname=simplyfile-git
-pkgver=1.1.r0.cb18301
+pkgver=1.1
pkgrel=1
pkgdesc='C++ wrappers around linux file descriptors'
url='https://github.com/gottliebtfreitag/simplyfile'
@@ -9,7 +9,7 @@ arch=('any')
license=('MIT')
makedepends=('git' 'cmake')
provides=('simplyfile')
-source=("git+https://github.com/gottliebtfreitag/simplyfile.git#tag=$pkgver")
+source=("git+https://github.com/gottliebtfreitag/simplyfile.git#tag=1.1")
sha256sums=('SKIP')
pkgver() {