mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
lynxfetch: upgrade to 1.1.1
This commit is contained in:
parent
d9ac7bfde7
commit
5e0beb35f4
2 changed files with 16 additions and 5 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -1,10 +1,15 @@
|
|||
pkgbase = lynxfetch
|
||||
pkgdesc = Super fast, versatile, and customizable command-line fetcher.
|
||||
pkgver = 1.1.0
|
||||
pkgver = 1.1.1
|
||||
pkgrel = 1
|
||||
arch = x86_64
|
||||
makedepends = cargo
|
||||
source = https://gitlab.com/lynxfetch/lynxfetch/-/archive/1.1.0/lynxfetch-1.1.0.tar.gz
|
||||
sha512sums = 341c31abaead79100c22e1c002d681bfce05f02358ef46cf0e4083323f1038fdb0d10c9591aab203d2f85cb05bc3b6e30169d87d8906c4da082d807f1e7f2a63
|
||||
depends = glibc
|
||||
depends = gcc-libs
|
||||
depends = pkg-config
|
||||
depends = libdrm
|
||||
depends = dbus
|
||||
source = https://gitlab.com/lynxfetch/lynxfetch/-/archive/1.1.1/lynxfetch-1.1.1.tar.gz
|
||||
sha512sums = ba05ba6e1b652094c4ec1849dc6d31858c0d4141a5fb362c6a5224bbfb459f71abe29901b2263a85ab3df6cbef273b9e5d16879b1d76fff476f53ac410ba8e2c
|
||||
|
||||
pkgname = lynxfetch
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,14 +1,20 @@
|
|||
# Maintainer: CELESTIFYX Team <celestifyx@gmail.com>
|
||||
|
||||
pkgname="lynxfetch"
|
||||
pkgver=1.1.0
|
||||
pkgver=1.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Super fast, versatile, and customizable command-line fetcher."
|
||||
arch=("x86_64")
|
||||
makedepends=("cargo")
|
||||
|
||||
depends=("glibc"
|
||||
"gcc-libs"
|
||||
"pkg-config"
|
||||
"libdrm"
|
||||
"dbus")
|
||||
|
||||
source=("https://gitlab.com/${pkgname}/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha512sums=("341c31abaead79100c22e1c002d681bfce05f02358ef46cf0e4083323f1038fdb0d10c9591aab203d2f85cb05bc3b6e30169d87d8906c4da082d807f1e7f2a63")
|
||||
sha512sums=("ba05ba6e1b652094c4ec1849dc6d31858c0d4141a5fb362c6a5224bbfb459f71abe29901b2263a85ab3df6cbef273b9e5d16879b1d76fff476f53ac410ba8e2c")
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue