Update version: 2024.12.08.7e1ffc5
This commit is contained in:
parent
328b1342d3
commit
23d40a22e1
8
.SRCINFO
8
.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.11.22.8f048af
|
pkgver = 2024.12.08.7e1ffc5
|
||||||
pkgrel = 1
|
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.11.22.8f048af/phanpy-dist.tar.gz
|
source = https://github.com/cheeaun/phanpy/releases/download/2024.12.08.7e1ffc5/phanpy-dist.tar.gz
|
||||||
sha256sums = 311c8d11202cd377f051c66897ffa398dd5871d2fe78f3db9ee0dea35de66d9d
|
sha256sums = 278f4cf3e21e2797da5b4500baebe95cc2a7ab1a6c3e3b4ba103865649087d4f
|
||||||
|
|
||||||
pkgname = phanpy-bin
|
pkgname = phanpy-bin
|
||||||
|
6
PKGBUILD
6
PKGBUILD
@ -1,8 +1,8 @@
|
|||||||
#Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
|
#Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
|
||||||
pkgname=phanpy-bin
|
pkgname=phanpy-bin
|
||||||
_pkgver=2024.11.22.8f048af
|
_pkgver=2024.12.08.7e1ffc5
|
||||||
pkgver=${_pkgver//-/.}
|
pkgver=${_pkgver//-/.}
|
||||||
pkgrel=1
|
pkgrel=11
|
||||||
pkgdesc="A minimalistic opinionated Mastodon web client"
|
pkgdesc="A minimalistic opinionated Mastodon web client"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/cheeaun/phanpy/"
|
url="https://github.com/cheeaun/phanpy/"
|
||||||
@ -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=('311c8d11202cd377f051c66897ffa398dd5871d2fe78f3db9ee0dea35de66d9d')
|
sha256sums=('278f4cf3e21e2797da5b4500baebe95cc2a7ab1a6c3e3b4ba103865649087d4f')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user