summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Buehler2020-08-09 17:32:21 +0200
committerFelix Buehler2020-08-09 17:32:21 +0200
commitcf83d5c9eb54c1314db64f3d86e18613528ee26b (patch)
treed3893ab8980ac75487b6553581813d37cba0caf3
parent6c5bdcd0f04257acdd4cf5042006fd19d2f1b4de (diff)
downloadaur-cf83d5c9eb54c1314db64f3d86e18613528ee26b.tar.gz
bump 1.0.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4561b0ee734a..067e22119293 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = newsflash
pkgdesc = The spiritual successor to FeedReader
- pkgver = 1.0.2
+ pkgver = 1.0.4
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=9e4df020678a0ad24b505bea89d5a8db93f4d844
+ source = git+https://gitlab.com/news-flash/news_flash_gtk.git#commit=62c4ba631fd9597ac00ec04536b0f0b19ff8b2f8
sha512sums = SKIP
pkgname = newsflash
diff --git a/PKGBUILD b/PKGBUILD
index 8ea33d682843..64006fd01763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=newsflash
_pkgname=news_flash_gtk
-pkgver=1.0.2
+pkgver=1.0.4
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=9e4df020678a0ad24b505bea89d5a8db93f4d844
+_commit=62c4ba631fd9597ac00ec04536b0f0b19ff8b2f8
# 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")