summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbernharl2023-05-19 09:15:44 +0200
committerbernharl2023-05-19 09:15:44 +0200
commit3ca2a809c0fa0ca80449b5860e888fe02e889876 (patch)
tree9861f0df6904446c83e69ad16765c1a4271aae3e
parentf8dae048f5f734cf5071e976b4ccae1d2109cbd8 (diff)
downloadaur-3ca2a809c0fa0ca80449b5860e888fe02e889876.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a77e70508f0..9bd81892801a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cudatext-qt5-bin
pkgdesc = Cross-platform text editor, written in Lazarus. Qt5 edition.
- pkgver = 1.191.5.0
+ pkgver = 1.194.4.0
pkgrel = 0
url = http://uvviewsoft.com/cudatext
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = cudatext-qt5-bin
depends = qt5pas
depends = python
provides = cudatext
- conflicts = cudatext-gtk2-bin
+ conflicts = cudatext
options = !strip
- source = http://www.uvviewsoft.com/cudatext/files_linux/cudatext-linux-qt5-amd64-1.191.5.0.tar.xz
- sha256sums = db029e5175d0cf70a422d5ec7a890e46e7f936c4700270b92debd0743bbeb1dd
+ source = http://www.uvviewsoft.com/cudatext/files_linux/cudatext-linux-qt5-amd64-1.194.4.0.tar.xz
+ sha256sums = 1ae9affa41b1e5ebb78a5b2c9de6cf6ecae5ec88a9524538e5521b5fcac7412c
pkgname = cudatext-qt5-bin
diff --git a/PKGBUILD b/PKGBUILD
index 728bf6c6e5c0..ba4efc047b04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD is heavily inspired by the cudatext-gtk2-bin package by ragouel
pkgname=cudatext-qt5-bin
_pkgname=cudatext
-pkgver=1.191.5.0
+pkgver=1.194.4.0
pkgrel=0
pkgdesc="Cross-platform text editor, written in Lazarus. Qt5 edition."
arch=('x86_64')
@@ -13,10 +13,10 @@ depends=('qt5pas'
'python')
makedepends=('gendesk')
provides=('cudatext')
-conflicts=('cudatext-gtk2-bin')
+conflicts=('cudatext')
options=('!strip')
source=("http://www.uvviewsoft.com/cudatext/files_linux/cudatext-linux-qt5-amd64-${pkgver}.tar.xz")
-sha256sums=('db029e5175d0cf70a422d5ec7a890e46e7f936c4700270b92debd0743bbeb1dd')
+sha256sums=('1ae9affa41b1e5ebb78a5b2c9de6cf6ecae5ec88a9524538e5521b5fcac7412c')
prepare() {
echo "Creating desktop file"