summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2016-08-20 22:40:39 +0900
committerJens John2016-08-20 22:40:39 +0900
commit0ce3c12d7fbde75bdc619b5e6cae30f6726bae82 (patch)
tree7a30b70fb074d5e0082b106379fefbb2218dbd86
parentc98dabcc3855f26c8314291142f72dbb81434aac (diff)
downloadaur-0ce3c12d7fbde75bdc619b5e6cae30f6726bae82.tar.gz
2.8-2
-rw-r--r--.SRCINFO2
-rw-r--r--Makefile.replace2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c44e58cb1ac6..c7508664dad0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lumail2
pkgdesc = Console-based mail-client with integrated Lua scripting support
pkgver = 2.8
- pkgrel = 1
+ pkgrel = 2
url = https://lumail.org
arch = i686
arch = x86_64
diff --git a/Makefile.replace b/Makefile.replace
index fbcf346646f2..ff5794cd1191 100644
--- a/Makefile.replace
+++ b/Makefile.replace
@@ -23,7 +23,7 @@
#
# The version of our code.
#
-VERSION=$(shell git describe --abbrev=4 --dirty --always --long)
+VERSION=2.8
#
# Install locations
diff --git a/PKGBUILD b/PKGBUILD
index 969edc9f314a..977a33295172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=lumail2
pkgver=2.8
-pkgrel=1
+pkgrel=2
pkgdesc="Console-based mail-client with integrated Lua scripting support"
arch=('i686' 'x86_64')
url="https://lumail.org"