summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fcbc7cb095a..015056a4ca36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pieter Joost van de Sande <pj@born2code.net>
pkgname=whatscli-git
_pkgname=whatscli
-pkgver=20201123.e03e261
+pkgver=20201124.c527624
pkgrel=1
pkgdesc='A command line interface for whatsapp, based on go-whatsapp and tview'
url='https://github.com/normen/whatscli'
@@ -29,7 +29,7 @@ build() {
}
package() {
- install -Dm755 "${srcdir}/${_pkgname}/${_pkgname}" ${pkgdir}/usr/bin/${pkgname}
+ install -Dm755 "${srcdir}/${_pkgname}/${_pkgname}" ${pkgdir}/usr/bin/${_pkgname}
}
# vim: ft=sh ts=2 sw=2 et