summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortsingkwai2022-07-04 16:58:04 +0800
committertsingkwai2022-07-04 16:58:04 +0800
commit53de76b9e623736276871206492bce2123832ebc (patch)
tree2276ebbd2e5d438d3f7c780c64d37ac2f05fab99 /PKGBUILD
parent293372657e39c26a92bf45e181e34148ed28d6cf (diff)
downloadaur-ctpkg.tar.gz
Fixed a bug
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"
}