summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarat Moustafine2016-11-26 17:12:53 +0300
committerMarat Moustafine2016-11-26 17:12:53 +0300
commit138a21902a4a6a0363c3a739377cc2329de70dd0 (patch)
tree64fc0a5ecd8b16d08cd34000acbc617d32df6e69
parent7f784c0f889dff96064698cb2c699ef431b8cbd4 (diff)
downloadaur-138a21902a4a6a0363c3a739377cc2329de70dd0.tar.gz
Change package version to common value
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06340a68d42a..e3a42c0a0eb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cutelyst-git
pkgdesc = A Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework
- pkgver = 1.0.0+2+g2f101cb
+ pkgver = latest
pkgrel = 1
url = https://github.com/cutelyst/cutelyst
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index fc578be98397..a36b2737a885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=cutelyst
pkgname=$_pkgname-git
-pkgver=1.0.0+2+g2f101cb
+pkgver=latest
pkgrel=1
pkgdesc='A Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework'
arch=('i686' 'x86_64')