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 391389b18e4e..453143f94052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TeaHouseLab(aka. Tsingkwai) <tsingkwai at ruzh dot top>
pkgname="ctpkg"
pkgver="55"
-pkgrel="3"
+pkgrel="4"
pkgdesc="A bridge for different package managers , and a userland package manager included , written in progynosh(fish)"
arch=("x86_64")
url="https://ruzhtw.top/pages/projects/CenterLinux/CTPM"
@@ -12,6 +12,6 @@ source=("https://cdngit.ruzhtw.top/pkghub/ctpkg")
sha256sums=("SKIP")
install='hooks.install'
package() {
- install -m755 -D "${srcdir}/ctpkg" "${pkgdir}/usr/bin"
+ install -m755 -D "${srcdir}/ctpkg" "${pkgdir}/usr/bin/ctpkg"
}