Update to version 2025.06.08.34eb5f8

This commit is contained in:
2025-06-09 17:53:29 -04:00
parent 608b7a1894
commit 998aaf8eae
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
pkgbase = phanpy-bin
pkgdesc = A minimalistic opinionated Mastodon web client
pkgver = 2025.04.28.5849b4d
pkgver = 2025.06.08.34eb5f8
pkgrel = 2
url = https://github.com/cheeaun/phanpy/
arch = any
license = MIT
provides = phanpy
conflicts = phanpy
noextract = phanpy-dist-2025.04.28.5849b4d.tar.gz
source = phanpy-dist-2025.04.28.5849b4d.tar.gz::https://github.com/cheeaun/phanpy/releases/download/2025.04.28.5849b4d/phanpy-dist.tar.gz
sha256sums = 63bb5eff2cb391e9d3aabea6e97632a2d5d9e89bb0e49a868316080c676c4bc4
noextract = phanpy-dist-2025.06.08.34eb5f8.tar.gz
source = phanpy-dist-2025.06.08.34eb5f8.tar.gz::https://github.com/cheeaun/phanpy/releases/download/2025.06.08.34eb5f8/phanpy-dist.tar.gz
sha256sums = 24a3b5352ce69b4df198077ae032a716539b411bf34f42f07ca1b57e82e80cc2
pkgname = phanpy-bin

View File

@ -2,7 +2,7 @@
# Previous Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
pkgname=phanpy-bin
pkgver=2025.04.28.5849b4d
pkgver=2025.06.08.34eb5f8
pkgrel=2
pkgdesc="A minimalistic opinionated Mastodon web client"
arch=('any')
@ -12,9 +12,9 @@ provides=('phanpy')
conflicts=('phanpy')
source=(phanpy-dist-$pkgver.tar.gz::"https://github.com/cheeaun/phanpy/releases/download/${pkgver}/phanpy-dist.tar.gz")
noextract=(phanpy-dist-$pkgver.tar.gz)
sha256sums=('63bb5eff2cb391e9d3aabea6e97632a2d5d9e89bb0e49a868316080c676c4bc4')
sha256sums=('24a3b5352ce69b4df198077ae032a716539b411bf34f42f07ca1b57e82e80cc2')
package() {
install -d "${pkgdir}"/usr/share/webapps/phanpy/
tar xf phanpy-dist-$pkgver.tar.gz --directory "${pkgdir}"/usr/share/webapps/phanpy/
tar xf phanpy-dist-$pkgver.tar.gz --no-same-owner --directory "${pkgdir}"/usr/share/webapps/phanpy/
}