mirror of
https://github.com/archlinux/aur.git
synced 2026-02-06 20:12:25 +01:00
update lianwall-bin v5.0.0
This commit is contained in:
parent
49c32af46b
commit
aed4d98498
3 changed files with 16 additions and 11 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -1,11 +1,14 @@
|
|||
pkgbase = lianwall-bin
|
||||
pkgdesc = Selects wallpapers using the golden angle algorithm, sprinkled with Lian's magic
|
||||
pkgver = 4.0.0
|
||||
pkgdesc = LianWall CLI - wallpaper engine based on swww and mpvpaper
|
||||
pkgver = 5.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/Yueosa/lianwall
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
source = https://github.com/Yueosa/lianwall/releases/download/v4.0.0/lianwall_4.0.0_linux_x86_64
|
||||
sha256sums = 5be9c5f16d3403a1ead55313ffa226a0014a8f8e5bce00d8c7fce929318ed1f1
|
||||
depends = lianwalld-bin
|
||||
provides = lianwall
|
||||
conflicts = lianwall
|
||||
source = https://github.com/Yueosa/lianwall/releases/download/v5.0.0/lianwall_5.0.0_linux_x86_64
|
||||
sha256sums = 913ad6897e6f1c5da7f557f9fb0d4512dd8ac721d10bb458ccdf80e3949884a3
|
||||
|
||||
pkgname = lianwall-bin
|
||||
|
|
|
|||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
lianwall_${pkgver}_linux_x86_64
|
||||
15
PKGBUILD
15
PKGBUILD
|
|
@ -1,17 +1,18 @@
|
|||
# Maintainer: Lian <yichengxin7@gmail.com>
|
||||
pkgname=lianwall-bin
|
||||
pkgver=4.0.0
|
||||
pkgver=5.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="Selects wallpapers using the golden angle algorithm, sprinkled with Lian's magic"
|
||||
pkgdesc="LianWall CLI - wallpaper engine based on swww and mpvpaper"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Yueosa/lianwall"
|
||||
license=('MIT')
|
||||
depends=()
|
||||
source=("https://github.com/Yueosa/lianwall/releases/download/v$pkgver/lianwall_${pkgver}_linux_x86_64")
|
||||
sha256sums=('5be9c5f16d3403a1ead55313ffa226a0014a8f8e5bce00d8c7fce929318ed1f1')
|
||||
depends=('lianwalld-bin')
|
||||
provides=('lianwall')
|
||||
conflicts=('lianwall')
|
||||
source=("https://github.com/Yueosa/lianwall/releases/download/v${pkgver}/lianwall_${pkgver}_linux_x86_64")
|
||||
sha256sums=('913ad6897e6f1c5da7f557f9fb0d4512dd8ac721d10bb458ccdf80e3949884a3')
|
||||
|
||||
package() {
|
||||
mkdir -p "$pkgdir"/usr/bin
|
||||
install -Dm755 "lianwall_${pkgver}_linux_x86_64" "$pkgdir"/usr/bin/lianwall
|
||||
install -Dm755 "lianwall_${pkgver}_linux_x86_64" "$pkgdir/usr/bin/lianwall"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue