summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshish Kushwaha2023-06-20 15:01:36 +0530
committerAshish Kushwaha2023-06-20 15:01:36 +0530
commitbe2f2e578b0bd4e375b76a3ea5cfbf3857ff651c (patch)
treec45dc6d60900a97ed9e13895360960490d438790
parent7747eba7c35be38a4931bf6f00256505e20b6e36 (diff)
downloadaur-be2f2e578b0bd4e375b76a3ea5cfbf3857ff651c.tar.gz
bug fix : syntex error in package function
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 312f5e0ca7a2..19e3d56ae53d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ashish Kushwaha <ashish.kus2408@gmail.com>
pkgname=taskdiary
-pkgver=1.0.r7.d4b1868
+pkgver=1.0.r7.d4b1868.r7.d4b1868
pkgrel=1
pkgdesc="Simple task manager always ready on cli"
arch=('x86_64')
@@ -21,6 +21,6 @@ pkgver() {
package() {
cd TaskDiary
install -Dm755 ./todo "$pkgdir/usr/bin/todo"
- install -Dm644 ./README.md "$pkgdir/usr/share/doc/TaskDiary/README.md"
- install -Dm644 ./LICENSE $pkgdir/usr/share/licenses/TaskDiary/LICENSE
+ install -Dm644 ./README.md "$pkgdir/usr/share/doc/taskdiary/README.md"
+ install -Dm644 ./LICENSE $pkgdir/usr/share/licenses/taskdiary/LICENSE
}