summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2022-03-13 14:31:58 -0500
committerLuis Martinez2022-03-13 14:31:58 -0500
commit89b6e723af69a6c1d5d19e3b28ba9a60e618e0ae (patch)
treee27ee40b84631e2481bb5c0d62d5e47d4105ce34
parent2ab0bec4b69ee1dede54b4020bafdd1a001bde3e (diff)
downloadaur-89b6e723af69a6c1d5d19e3b28ba9a60e618e0ae.tar.gz
update to 0.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27bc90ab307a..0e02c5612893 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreddit
pkgdesc = Alternative private front-end to Reddit
- pkgver = 0.21.7
+ pkgver = 0.22.0
pkgrel = 1
url = https://github.com/spikecodes/libreddit
arch = x86_64
@@ -8,9 +8,11 @@ pkgbase = libreddit
makedepends = git
makedepends = cargo
depends = gcc-libs
+ options = !lto
backup = etc/libreddit.conf
- source = libreddit::git+https://github.com/spikecodes/libreddit#commit=977cd07?signed
+ source = libreddit::git+https://github.com/spikecodes/libreddit#commit=8cfbde2?signed
validpgpkeys = AD4B24F40D358202591EE1F4004CECFF9B463BCB
+ validpgpkeys = 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
sha256sums = SKIP
pkgname = libreddit
diff --git a/PKGBUILD b/PKGBUILD
index e848a0321b5b..348bfad68310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: spikecodes <19519553+spikecodes@users.noreply.github.com>
pkgname=libreddit
-pkgver=0.21.7
-_commit=977cd07
+pkgver=0.22.0
+_commit=8cfbde2
pkgrel=1
pkgdesc='Alternative private front-end to Reddit'
arch=('x86_64')
@@ -12,9 +12,12 @@ license=('AGPL3')
depends=('gcc-libs')
makedepends=('git' 'cargo')
backup=('etc/libreddit.conf')
+options=('!lto')
source=("$pkgname::git+$url#commit=$_commit?signed")
sha256sums=('SKIP')
-validpgpkeys=('AD4B24F40D358202591EE1F4004CECFF9B463BCB') ## spikecodes
+validpgpkeys=(
+ 'AD4B24F40D358202591EE1F4004CECFF9B463BCB'
+ '5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23') ## spikecodes
prepare() {
cd "$pkgname"