summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e33dcba19189..1c9f3823b91b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TeaHouseLab(aka. Tsingkwai) <tsingkwai at ruzh dot top>
pkgname="ctpkg"
-pkgver="49"
-pkgrel="1"
+pkgver="52"
+pkgrel="2"
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"
@@ -13,6 +13,5 @@ sha256sums=("SKIP")
install='hooks.install'
package() {
install -m755 -D "${srcdir}/ctpkg" "${pkgdir}/usr/bin"
- rm ../app
}