summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArsen Musayelyan2020-11-27 18:51:57 -0800
committerArsen Musayelyan2020-11-27 18:51:57 -0800
commit344c0770c8374f4fca9a9bc2ffd7d160d5c5ba3c (patch)
tree5ff41ef9a5f1664dbe40e8d96b668abbff11c54c /PKGBUILD
parent9f9de798f3fef097db88b45c69b43f02e707951f (diff)
downloadaur-pak-config-yay-git.tar.gz
Fix typo in install function
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