summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Cuneo2023-07-29 22:51:06 +1000
committerMatt Cuneo2023-07-29 22:51:06 +1000
commit962b7e9fa844f44efeff774db49c4c750d3d18a2 (patch)
treeef347f208179a59c5124f8673dcfc7de0714e3e0 /PKGBUILD
parent424462cf08e97fc2eb801956b4b3c1e3dcdad84e (diff)
downloadaur-lemmony.tar.gz
update to 0.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8efd431dd48..e1bab20e2879 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Cuneo <m@cuneo.au>
pkgname=lemmony
-pkgver=0.0.5
-pkgrel=2
+pkgver=0.0.6
+pkgrel=1
pkgdesc="A better 'All' browsing experience for Lemmy instances"
arch=('any')
url="https://github.com/jheidecker/$pkgname"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python-certifi' 'python-charset-normalizer' 'python-idna' 'python-requests' 'python-urllib3')
makedepends=(python-build python-installer)
source=("https://github.com/jheidecker/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('d4b134464039c95c6b61ce6f3d5e877c045c6207bad40662e9749874b3294cc9')
+sha256sums=('bbe33998db953129f032e99d1387e7969dbc9fa18d661a71a5365ee2bb562455')
build() {
cd $pkgname-$pkgver