summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2023-03-14 16:25:04 -0500
committerLuis Martinez2023-03-14 16:25:04 -0500
commit470b411b71ef004e95fd16395b441f63c63e0961 (patch)
tree61db980fb09aa09e2c7fcd094c8db86ea5bf2955
parent5a08898a3079b0ee1315770ff33e542d7479c8ff (diff)
downloadaur-libreddit.tar.gz
update to 0.30.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3cca8180633..d30ef87551f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreddit
pkgdesc = Alternative private front-end to Reddit
- pkgver = 0.29.3
+ pkgver = 0.30.1
pkgrel = 1
url = https://github.com/spikecodes/libreddit
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = libreddit
depends = gcc-libs
options = !lto
backup = etc/libreddit.conf
- source = libreddit::git+https://github.com/spikecodes/libreddit#commit=35504ed?signed
+ source = libreddit::git+https://github.com/spikecodes/libreddit#commit=f62f7bf?signed
validpgpkeys = AD4B24F40D358202591EE1F4004CECFF9B463BCB
validpgpkeys = 5DE3E0509C47EA3CF04A42D34AEE18F83AFDEB23
validpgpkeys = 589E8EF6FA64265B6636C313C82492E4FF813823
diff --git a/PKGBUILD b/PKGBUILD
index 5043d1fcde5f..d2ffae4658d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: spikecodes <19519553+spikecodes@users.noreply.github.com>
pkgname=libreddit
-pkgver=0.29.3
-_commit=35504ed
+pkgver=0.30.1
+_commit=f62f7bf
pkgrel=1
pkgdesc='Alternative private front-end to Reddit'
arch=('x86_64')
@@ -22,6 +22,7 @@ validpgpkeys=(
prepare() {
cd "$pkgname"
+ cargo update
cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
}