summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae3729bf2ebb..7317306e49fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Arsen Musayelyan <moussaelianarsen@gmail.com>
pkgname=pak-config-yay-git
pkgver=r20.dbd6a31
-pkgrel=1
+pkgrel=2
pkgdesc="A yay config for pak"
arch=('x86_64')
url="https://gitlab.com/moussaelianarsen/pak"
@@ -23,7 +23,7 @@ package() {
install -Dm644 plugins/yay/pak.cfg $pkgdir/etc/pak.cfg
mkdir -p $pkgdir/etc/pak.d
install -Dm644 plugins/snap/pak.cfg $pkgdir/etc/pak.d/snap.cfg
- install -Dm644 plugins/apy/pak.cfg $pkgdir/etc/pak.d/apt.cfg
+ install -Dm644 plugins/apt/pak.cfg $pkgdir/etc/pak.d/apt.cfg
install -Dm644 plugins/zypper/pak.cfg $pkgdir/etc/pak.d/zypper.cfg
install -Dm644 plugins/pacman/pak.cfg $pkgdir/etc/pak.d/pacman.cfg
install -Dm644 plugins/brew/pak.cfg $pkgdir/etc/pak.d/brew.cfg