summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Buehler2021-02-14 19:14:29 +0100
committerFelix Buehler2021-02-14 19:14:29 +0100
commita1a0f7a1c2d82b5eb0ee4620b1eeba863210c785 (patch)
tree033a834c5236014e2e73480c8c2f99f363845377
parent6cf4e372d4b0aa7f8410f0a7ed1ac8fcd35d1974 (diff)
downloadaur-a1a0f7a1c2d82b5eb0ee4620b1eeba863210c785.tar.gz
version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0252e3a25dea..dee64db11ecd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = newsflash
pkgdesc = The spiritual successor to FeedReader
- pkgver = 1.2.1
+ pkgver = 1.2.2
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=527dcfd4aebe3a9f6ae6c590294374505e8b5ebd
+ source = git+https://gitlab.com/news-flash/news_flash_gtk.git#commit=143e21178a9124cf14627ab2d6bc814b1532395b
sha512sums = SKIP
pkgname = newsflash
diff --git a/PKGBUILD b/PKGBUILD
index 174e4cf61a11..ae73b9953663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=newsflash
_pkgname=news_flash_gtk
-pkgver=1.2.1
+pkgver=1.2.2
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=527dcfd4aebe3a9f6ae6c590294374505e8b5ebd
+_commit=143e21178a9124cf14627ab2d6bc814b1532395b
# 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")