summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskynet-devel2021-02-23 18:09:22 +0100
committerskynet-devel2021-02-23 18:09:22 +0100
commit12c2f68385fa0a5b69a471784d414c748d271300 (patch)
tree79684b036e7bc43a90342078fa4ba39f2410b6b7
parentf87777a79b7173cfb67e1d50058c9a81ea2d4144 (diff)
downloadaur-12c2f68385fa0a5b69a471784d414c748d271300.tar.gz
Change pkgver
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c53618aae0df..37b2b4248b7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = usb-imager-git
pkgdesc = GUI-Application to write bootable disk images to USB key.
- pkgver = 1.0
+ pkgver = 1.0.git_latest
pkgrel = 1
url = https://gitlab.com/skynet-devel/usb-imager
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 4c462a71db86..de16bca7316d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=usb-imager
pkgname=${_pkgname}-git
-pkgver=1.0
+pkgver=1.0.git_latest
pkgrel=1
pkgdesc='GUI-Application to write bootable disk images to USB key.'
arch=(any)