summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2021-02-07 17:16:39 +0100
committerFrederic Bezies2021-02-07 17:16:39 +0100
commit31a4a5d74b40ed3f53050da18eafda9f571f668e (patch)
tree90d98bb8115fbbb828f3d477f8e4f237141ea425
parent860379140075da15cf14278f74be38b091bb9beb (diff)
downloadaur-yuranpad.tar.gz
2.4.0 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5140834bb128..7497c76e1f5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = yuranpad
pkgdesc = A free text editor for Windows and Linux
- pkgver = 2.2
+ pkgver = 2.4
pkgrel = 1
url = https://yuranpad.sourceforge.io
arch = x86_64
license = custom
depends = gtk2
- source = yuranpad-2.2.deb::https://sourceforge.net/projects/yuranpad/files/Linux/yuranpad_2.2_x86_64.deb/download
- sha256sums = dd5b8a4d4ed05b6c4e35edd1823b36642fd005a91972a0b8a8174292b9678ade
+ source = yuranpad-2.4.deb::https://sourceforge.net/projects/yuranpad/files/yuranpad_2.4_x86_64.deb/download
+ sha256sums = 9c785a8d961a07816fde98adcae0cb2b68d510eaf9903d82a2a17c8171b3f6af
pkgname = yuranpad
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}"