summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-06-26 23:56:03 +0200
committerPeter Mattern2020-06-26 23:56:03 +0200
commitef40bd9de92b5e852ddfeecf3c4a83702a45104e (patch)
treec7b1525696516fb8de5a374eb18f962893239913
parentb18c2f4967aca64fac8995f1885b40ad1c20da37 (diff)
downloadaur-ef40bd9de92b5e852ddfeecf3c4a83702a45104e.tar.gz
Upstream update: release 0.14.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 404b7395b0a1..80b8b6a4a5b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = featherpad
pkgdesc = Lightweight Qt5 plain text editor for Linux
- pkgver = 0.13.1
+ pkgver = 0.14.0
pkgrel = 1
url = https://github.com/tsujan/FeatherPad
arch = i686
@@ -13,8 +13,11 @@ pkgbase = featherpad
depends = desktop-file-utils
depends = gtk-update-icon-cache
optdepends = qt5-translations: localized keyboard shortcuts
- source = featherpad-0.13.1.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.13.1.tar.gz
- sha256sums = 34e39d02bba664371824888e82173bae79925c10a72f0602fdd7d64b8c64b790
+ source = https://github.com/tsujan/FeatherPad/releases/download/V0.14.0/FeatherPad-0.14.0.tar.xz
+ source = https://github.com/tsujan/FeatherPad/releases/download/V0.14.0/FeatherPad-0.14.0.tar.xz.asc
+ validpgpkeys = 19DFDF3A579BD509DBB572D8BE793007AD22DF7E
+ sha256sums = 729b027b03bde765eaff5b72ab5b16209c4a16411b7f919431b4f0f43e0551e4
+ sha256sums = SKIP
pkgname = featherpad
diff --git a/PKGBUILD b/PKGBUILD
index 2b1e780a3d9c..14c2cdd82a2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=0.13.1
+pkgver=0.14.0
pkgrel=1
pkgdesc='Lightweight Qt5 plain text editor for Linux'
arch=('i686' 'x86_64')
@@ -10,8 +10,10 @@ license=('GPL3')
depends=('qt5-svg' 'qt5-x11extras' 'hunspell' 'desktop-file-utils' 'gtk-update-icon-cache')
makedepends=('qt5-tools')
optdepends=('qt5-translations: localized keyboard shortcuts')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tsujan/FeatherPad/archive/V$pkgver.tar.gz")
-sha256sums=('34e39d02bba664371824888e82173bae79925c10a72f0602fdd7d64b8c64b790')
+source=("$url/releases/download/V$pkgver/FeatherPad-$pkgver.tar.xz"{,.asc})
+sha256sums=('729b027b03bde765eaff5b72ab5b16209c4a16411b7f919431b4f0f43e0551e4'
+ 'SKIP')
+validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
build() {
rm -Rf build && mkdir build