mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 06:38:44 +01:00
fix: update package()
This commit is contained in:
parent
e15d604ca9
commit
0fd0e61358
2 changed files with 3 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vicinae
|
||||
pkgdesc = A focused launcher for your desktop — native, fast, extensible
|
||||
pkgver = 0.15.2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/vicinaehq/vicinae
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=vicinae
|
||||
pkgver=0.15.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A focused launcher for your desktop — native, fast, extensible"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/vicinaehq/vicinae"
|
||||
|
|
@ -55,7 +55,6 @@ build() {
|
|||
package() {
|
||||
# Bin
|
||||
install -Dm755 "$srcdir/$pkgname-$pkgver/build/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
|
||||
install -Dm755 "$srcdir/$pkgname-$pkgver/build/wlr-clip/vicinae-wlr-clip" "$pkgdir/usr/bin/vicinae-wlr-clip"
|
||||
|
||||
# Themes
|
||||
mkdir -p $pkgdir/usr/share/$pkgname
|
||||
|
|
@ -71,5 +70,5 @@ package() {
|
|||
install -Dm644 "$srcdir/$pkgname-$pkgver/$pkgname/icons/$pkgname.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/$pkgname.svg"
|
||||
|
||||
# Pacman hook
|
||||
install -Dm644 "$srcdir/${pkgname}.hook" "$pkgdir/usr/share/libalpm/hooks/${pkgname}.hook"
|
||||
install -Dm644 "$srcdir/${pkgname}.hook" "$pkgdir/usr/share/libalpm/hooks/${pkgname}.hook"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue