summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Buehler2020-08-03 12:16:13 +0200
committerFelix Buehler2020-08-03 12:16:13 +0200
commit6c5bdcd0f04257acdd4cf5042006fd19d2f1b4de (patch)
tree8953e7da95bdd45017b3ed420731c2d1b1dea890
parentf7535f1a9712b4b7648ba4adf5a0c328d68ca56f (diff)
downloadaur-6c5bdcd0f04257acdd4cf5042006fd19d2f1b4de.tar.gz
bump 1.0.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91691300650f..4561b0ee734a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = newsflash
pkgdesc = The spiritual successor to FeedReader
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://gitlab.com/news-flash/news_flash_gtk
arch = any
@@ -12,7 +12,7 @@ pkgbase = newsflash
makedepends = webkit2gtk
depends = libhandy
conflicts = newsflash-git
- source = git+https://gitlab.com/news-flash/news_flash_gtk.git#commit=8a25a373d5506683078f6ede0ad25213a8877e2a
+ source = git+https://gitlab.com/news-flash/news_flash_gtk.git#commit=9e4df020678a0ad24b505bea89d5a8db93f4d844
sha512sums = SKIP
pkgname = newsflash
diff --git a/PKGBUILD b/PKGBUILD
index 4415241efe62..8ea33d682843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=newsflash
_pkgname=news_flash_gtk
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="The spiritual successor to FeedReader"
arch=(any)
@@ -11,7 +11,7 @@ license=(GPL3)
depends=(libhandy)
makedepends=(cargo git meson rust webkit2gtk)
conflicts=(newsflash-git)
-_commit=8a25a373d5506683078f6ede0ad25213a8877e2a
+_commit=9e4df020678a0ad24b505bea89d5a8db93f4d844
# in the future change this to download code directly instead of using git:
# https://gitlab.com/news-flash/$_pkgname/-/archive/$pkgver/$_pkgname-$pkgver.tar.gz
source=("git+https://gitlab.com/news-flash/news_flash_gtk.git#commit=$_commit")