update phanpy version
This commit is contained in:
parent
23d40a22e1
commit
5a4f733b3a
6
.SRCINFO
6
.SRCINFO
@ -1,13 +1,13 @@
|
|||||||
pkgbase = phanpy-bin
|
pkgbase = phanpy-bin
|
||||||
pkgdesc = A minimalistic opinionated Mastodon web client
|
pkgdesc = A minimalistic opinionated Mastodon web client
|
||||||
pkgver = 2024.12.08.7e1ffc5
|
pkgver = 2024.12.28.119d4b0
|
||||||
pkgrel = 11
|
pkgrel = 11
|
||||||
url = https://github.com/cheeaun/phanpy/
|
url = https://github.com/cheeaun/phanpy/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
provides = phanpy
|
provides = phanpy
|
||||||
conflicts = phanpy
|
conflicts = phanpy
|
||||||
source = https://github.com/cheeaun/phanpy/releases/download/2024.12.08.7e1ffc5/phanpy-dist.tar.gz
|
source = https://github.com/cheeaun/phanpy/releases/download/2024.12.28.119d4b0/phanpy-dist.tar.gz
|
||||||
sha256sums = 278f4cf3e21e2797da5b4500baebe95cc2a7ab1a6c3e3b4ba103865649087d4f
|
sha256sums = f44da1afe7f485f35e499704add9b811920e8f91beedfb6a838cc987f9857144
|
||||||
|
|
||||||
pkgname = phanpy-bin
|
pkgname = phanpy-bin
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,6 +1,6 @@
|
|||||||
#Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
|
#Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
|
||||||
pkgname=phanpy-bin
|
pkgname=phanpy-bin
|
||||||
_pkgver=2024.12.08.7e1ffc5
|
_pkgver=2024.12.28.119d4b0
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=11
|
pkgrel=11
|
||||||
pkgdesc="A minimalistic opinionated Mastodon web client"
|
pkgdesc="A minimalistic opinionated Mastodon web client"
|
||||||
@ -10,7 +10,7 @@ license=('MIT')
|
|||||||
provides=('phanpy')
|
provides=('phanpy')
|
||||||
conflicts=('phanpy')
|
conflicts=('phanpy')
|
||||||
source=("https://github.com/cheeaun/phanpy/releases/download/${_pkgver}/phanpy-dist.tar.gz")
|
source=("https://github.com/cheeaun/phanpy/releases/download/${_pkgver}/phanpy-dist.tar.gz")
|
||||||
sha256sums=('278f4cf3e21e2797da5b4500baebe95cc2a7ab1a6c3e3b4ba103865649087d4f')
|
sha256sums=('f44da1afe7f485f35e499704add9b811920e8f91beedfb6a838cc987f9857144')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user