summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSky Swimmer2021-06-28 10:01:05 +0200
committerSky Swimmer2021-06-28 10:01:05 +0200
commitb7125f19736d9e2ac20fe947ff973414e834ea4f (patch)
treeef6c39b887f83ca97476e0e09a9b3673571ce77c
parentd5fe92cc40a916225dc7bea236fd94220cda38d5 (diff)
downloadaur-b7125f19736d9e2ac20fe947ff973414e834ea4f.tar.gz
Remove alpha identifier, i should have used pkgrel for that
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb40de1de07d..b7bb0546becd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cq
pkgdesc = CQ -- CCFG Command Line Inteface (Cyan Configurations)
- pkgver = 1.0.0.a17
- pkgrel = 2
+ pkgver = 1.0.0
+ pkgrel = 17
arch = any
license = GPL
makedepends = gradle>=7.0
diff --git a/PKGBUILD b/PKGBUILD
index 05109bc58c3b..7e40e7af0826 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Stefan Eekhof <stefaneekhof@gmail.com>
pkgname=cq
-pkgver=1.0.0.a17
+pkgver=1.0.0
_cyanversion=1.0.0.A14 # Needed to find the right version ZIP
_aosutilverion=0.0.0.13 # Needed for CCFG
-pkgrel=2
+pkgrel=17
pkgdesc="CQ -- CCFG Command Line Inteface (Cyan Configurations)"
arch=( 'any' )
url=""