diff options
author | bernharl | 2022-03-29 10:20:17 +0200 |
---|---|---|
committer | bernharl | 2022-03-29 10:20:17 +0200 |
commit | 4e6657b42ee5af274642ea530f05c89fa5a4ac19 (patch) | |
tree | dfb3f45aaf522c0e9c27a85f978ee09ad84335f5 /PKGBUILD | |
parent | a1e942dee74de13d14a98acf626ffce0b54b3fd0 (diff) | |
download | aur-4e6657b42ee5af274642ea530f05c89fa5a4ac19.tar.gz |
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.158.2.0 +pkgver=1.159.2.0 pkgrel=0 pkgdesc="Cross-platform text editor, written in Lazarus. Qt5 edition." arch=('x86_64') @@ -16,7 +16,7 @@ provides=('cudatext') conflicts=('cudatext-gtk2-bin') options=('!strip') source=("http://www.uvviewsoft.com/cudatext/files_linux/cudatext-linux-qt5-amd64-${pkgver}.tar.xz") -sha256sums=('6a887a389453d6e6352685378725de44ff451d425cc1c7393dabcefc488e30c6') +sha256sums=('f998ab6e5187e11646210c5f556a0ee364c50cf6e19f860714294fc0894099e3') prepare() { echo "Creating desktop file" |