summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2021-02-07 17:16:39 +0100
committerFrederic Bezies2021-02-07 17:16:39 +0100
commit31a4a5d74b40ed3f53050da18eafda9f571f668e (patch)
tree90d98bb8115fbbb828f3d477f8e4f237141ea425 /PKGBUILD
parent860379140075da15cf14278f74be38b091bb9beb (diff)
downloadaur-31a4a5d74b40ed3f53050da18eafda9f571f668e.tar.gz
2.4.0 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08902cf3a5f9..5e11c9c83c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=yuranpad
-pkgver=2.2
+pkgver=2.4
pkgrel=1
pkgdesc='A free text editor for Windows and Linux'
arch=('x86_64')
url='https://yuranpad.sourceforge.io'
license=('custom')
depends=('gtk2')
-source=("${pkgname}-${pkgver}.deb::https://sourceforge.net/projects/yuranpad/files/Linux/yuranpad_${pkgver}_x86_64.deb/download")
-sha256sums=('dd5b8a4d4ed05b6c4e35edd1823b36642fd005a91972a0b8a8174292b9678ade')
+source=("${pkgname}-${pkgver}.deb::https://sourceforge.net/projects/yuranpad/files/yuranpad_${pkgver}_x86_64.deb/download")
+sha256sums=('9c785a8d961a07816fde98adcae0cb2b68d510eaf9903d82a2a17c8171b3f6af')
package() {
tar xvf data.tar.xz -C "${pkgdir}"
install -Dm644 "${pkgdir}/usr/share/YuranPad/LICENSE.txt" -t "${pkgdir}/usr/share/licenses/${pkgname}"