summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLutz2021-08-19 19:39:59 +0200
committerLutz2021-08-19 19:39:59 +0200
commit4bb3f585454ccd8658d043295786b1177d7ad5a8 (patch)
treec99f434a5c8b9a1d9218f4a9c657d8b2fb00fd36
parente0412e8d2cd9ef7ac2f309479a6948a5d341facd (diff)
downloadaur-4bb3f585454ccd8658d043295786b1177d7ad5a8.tar.gz
fixed the issues with the git hash
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4db6cf878900..28944a9ac7c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = simplyfile-git
pkgdesc = C++ wrappers around linux file descriptors
- pkgver = 1.1
+ pkgver = 1.1.r0.cb18301
pkgrel = 1
url = https://github.com/gottliebtfreitag/simplyfile
arch = any
@@ -12,4 +12,3 @@ pkgbase = simplyfile-git
sha256sums = SKIP
pkgname = simplyfile-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 17266be22924..9943072fe2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lutz Freitag <aur.lutz@gottliebtfreitag.de>
pkgname=simplyfile-git
-pkgver=1.1
+pkgver=1.1.r0.cb18301
pkgrel=1
pkgdesc='C++ wrappers around linux file descriptors'
url='https://github.com/gottliebtfreitag/simplyfile'