summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Semiletov2024-03-07 11:53:37 +0300
committerPetr Semiletov2024-03-07 11:53:37 +0300
commit47e9eff330797370ac0b0fae2f146f4f4f763b24 (patch)
tree392b18e83ab42ac8a81c8867c82d78015516d22a
parent1c212f36f862a66c19c935f68ed2453a4574a8d1 (diff)
downloadaur-47e9eff330797370ac0b0fae2f146f4f4f763b24.tar.gz
62.3.0.r1.g2b17c20
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 177080c8566c..0d875ca3c145 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tea-qt-git
- pkgdesc = Rich-featured text editor for Linux, *BSD, Windows, OS/2, Mac and Haiku OS. Build from stable git-commit with PDF and DJVU support.
- pkgver = 2b17c20023bd0bbcc66792191e2f920edf6ef112
+ pkgdesc = Rich-featured text editor for Linux, *BSD, Windows, OS/2, Mac and Haiku OS. Build from good git-commit with PDF and DJVU support.
+ pkgver = pkgver=62.3.0.r1.g2b17c20
pkgrel = 1
url = https://tea.ourproject.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f131193bd5ad..24a5e3dc8cbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Peter Semiletov <peter.semiletov@gmail.com>
pkgname=tea-qt-git
-pkgver=2b17c20023bd0bbcc66792191e2f920edf6ef112
+pkgver=pkgver=62.3.0.r1.g2b17c20
pkgrel=1
-pkgdesc="Rich-featured text editor for Linux, *BSD, Windows, OS/2, Mac and Haiku OS. Build from stable git-commit with PDF and DJVU support."
+pkgdesc="Rich-featured text editor for Linux, *BSD, Windows, OS/2, Mac and Haiku OS. Build from good git-commit with PDF and DJVU support."
arch=('x86_64')
url="https://tea.ourproject.org"
license=('GPL3')
@@ -18,10 +18,10 @@ conflicts=('tea-qt')
source=("git+https://github.com/psemiletov/tea-qt.git")
md5sums=('SKIP')
-#pkgver() {
-# cd "${srcdir}/tea-qt"
-# git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-#}
+pkgver() {
+ cd "${srcdir}/tea-qt"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+}
build() {
mkdir -p "${srcdir}/tea-qt/b"