mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 04:10:20 +01:00
prevent packaging
This commit is contained in:
parent
9432144b54
commit
b5a4d06609
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vicinae-bin
|
||||
pkgdesc = Raycast like FOSS app on Linux
|
||||
pkgver = 0.19.5
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/vicinaehq/vicinae
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=vicinae-bin
|
||||
pkgver=0.19.5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Raycast like FOSS app on Linux"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/vicinaehq/vicinae"
|
||||
|
|
@ -27,6 +27,7 @@ prepare() {
|
|||
}
|
||||
|
||||
package() {
|
||||
exit 1
|
||||
for item in ./vicinae/*; do
|
||||
cp -a "$item" "$pkgdir/"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue