diff options
author | bernharl | 2022-09-03 13:03:49 +0200 |
---|---|---|
committer | bernharl | 2022-09-03 13:03:49 +0200 |
commit | 5d5625426647f38b2a986646660c45b70306578b (patch) | |
tree | f35b1b41e549a894dc2af4fe96f35b6a453694e0 /PKGBUILD | |
parent | 0663a82a40e21d5b6b349158297fae6459ed024f (diff) | |
download | aur-5d5625426647f38b2a986646660c45b70306578b.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.168.6.1 +pkgver=1.170.0.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=('b41238eb675ae7750aae87503b3fc89e35a82bd0d623afa27add9630355cc4f6') +sha256sums=('88b36c601e02ec2856f10cfba2020bb788d87f43a8e911137f84832e21a51b7c') prepare() { echo "Creating desktop file" |