summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')