Update PKGBUILD
This commit is contained in:
parent
3f2b5432f2
commit
ff8c74b02a
2
PKGBUILD
2
PKGBUILD
|
@ -1,4 +1,5 @@
|
|||
# Maintainer: koraynilay <koray.fra@gmail.com>
|
||||
# This PKGBUILD is adapted from https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=picom-tryone-git
|
||||
_gitfolder="picom"
|
||||
pkgname=picom-jonaburg-git
|
||||
pkgver=0.1
|
||||
|
@ -24,7 +25,6 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
# this is adapted from tryone144's fork PKGBUILD
|
||||
cd "${srcdir}/${_gitfolder}"
|
||||
DESTDIR="$pkgdir/" ninja -C build install
|
||||
|
||||
|
|
Loading…
Reference in New Issue