summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2023-03-14 16:25:04 -0500
committerLuis Martinez2023-03-14 16:25:04 -0500
commit470b411b71ef004e95fd16395b441f63c63e0961 (patch)
tree61db980fb09aa09e2c7fcd094c8db86ea5bf2955 /PKGBUILD
parent5a08898a3079b0ee1315770ff33e542d7479c8ff (diff)
downloadaur-libreddit.tar.gz
update to 0.30.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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"
}