summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Buehler2021-02-08 12:07:32 +0100
committerFelix Buehler2021-02-08 12:07:32 +0100
commit6cf4e372d4b0aa7f8410f0a7ed1ac8fcd35d1974 (patch)
treed18eda6275985c2279e95e655c76468a8328be28
parent87990c8b6bca7f9778a9351527935a2a2cfd1c40 (diff)
downloadaur-6cf4e372d4b0aa7f8410f0a7ed1ac8fcd35d1974.tar.gz
bump 1.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65562d27102a..0252e3a25dea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = newsflash
pkgdesc = The spiritual successor to FeedReader
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://gitlab.com/news-flash/news_flash_gtk
arch = any
@@ -12,7 +12,7 @@ pkgbase = newsflash
depends = webkit2gtk
depends = libhandy
conflicts = newsflash-git
- source = git+https://gitlab.com/news-flash/news_flash_gtk.git#commit=945983c8c3f9bad529a6630095d2419b80bc918e
+ source = git+https://gitlab.com/news-flash/news_flash_gtk.git#commit=527dcfd4aebe3a9f6ae6c590294374505e8b5ebd
sha512sums = SKIP
pkgname = newsflash
diff --git a/PKGBUILD b/PKGBUILD
index 5523ddf83f3f..174e4cf61a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=newsflash
_pkgname=news_flash_gtk
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="The spiritual successor to FeedReader"
arch=(any)
@@ -11,7 +11,7 @@ license=(GPL3)
depends=(libhandy webkit2gtk)
makedepends=(cargo git meson rust)
conflicts=(newsflash-git)
-_commit=945983c8c3f9bad529a6630095d2419b80bc918e
+_commit=527dcfd4aebe3a9f6ae6c590294374505e8b5ebd
# 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")