summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 417394792910..cc7e19ee7cac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cano-git
pkgdesc = Terminal-based modal text editor
- pkgver = r93.8efde9f
+ pkgver = r311.af4a963
pkgrel = 1
url = https://github.com/CobbCoding1/cano
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7b4044dc8044..f8b7460eceab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: CobbCoding
pkgname=cano-git
_pkgname=cano
-pkgver=r93.8efde9f
+pkgver=r311.af4a963
pkgrel=1
pkgdesc="Terminal-based modal text editor"
arch=('x86_64')
@@ -23,7 +23,7 @@ build() {
}
package() {
- cd "$_pkgname"
- install -Dm755 ./build/"$_pkgname" "$pkgdir/usr/bin/$_pkgname"
+ cd "$_pkgname"
+ make install
install -Dm755 ./README.md "$pkgdir/usr/share/doc/$_pkgname"
}