summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Semiletov2021-08-07 18:13:53 +0300
committerPetr Semiletov2021-08-07 18:13:53 +0300
commit97d2b3e1e100501648c7a7ac97479d59c03339c3 (patch)
tree8b43fef2a8c449760fe513d7604520729760b409
parent0d0257293dc8b8978ff4e51061fc963052cfa2e1 (diff)
downloadaur-97d2b3e1e100501648c7a7ac97479d59c03339c3.tar.gz
60.5.0.r1g56c7271 - fix conflicting tea executable name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ecdf6a4f57f..1e4f7da96741 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 = 60.5.0.r1.g56c7271
+ pkgver = 60.5.0.r0.g56c7271
pkgrel = 1
url = https://tea.ourproject.org
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = tea-qt-git
depends = desktop-file-utils
optdepends = poppler-qt6: open and search text in PDF files
optdepends = djvulibre: open and search in DJVU
- provides = tea
- conflicts = tea
+ provides = tea-qt
+ conflicts = tea-qt
source = git+https://github.com/psemiletov/tea-qt.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7035cb0d82dc..5320182c03e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Semiletov <peter.semiletov@gmail.com>
pkgname=tea-qt-git
-pkgver=60.5.0.r1.g56c7271
+pkgver=60.5.0.r0.g56c7271
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."
arch=('x86_64')
@@ -12,8 +12,8 @@ optdepends=('poppler-qt6: open and search text in PDF files'
'djvulibre: open and search in DJVU')
makedepends=('cmake' 'git')
-provides=('tea')
-conflicts=('tea')
+provides=('tea-qt')
+conflicts=('tea-qt')
source=("git+https://github.com/psemiletov/tea-qt.git")
md5sums=('SKIP')