summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16490c57f7c0..9483d3f26c57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
# Contributor: François M. <francois5537 @ gmail.com>
pkgname=manager-accounting
-pkgver=$(wget -o /dev/null https://github.com/Manager-io/Manager.zip/releases -O - \
- | grep -o -P 'Manager-io/Manager\.zip/releases/download/[0-9]+\.[0-9]+\.[0-9]+' \
- | head -n1 \
- | grep -o -P '[0-9]+\.[0-9]+\.[0-9]+'
-)
+pkgver=20.9.63
+# Dynamic version
+#pkgver=$(wget -o /dev/null https://github.com/Manager-io/Manager.zip/releases -O - \
+# | grep -o -P 'Manager-io/Manager\.zip/releases/download/[0-9]+\.[0-9]+\.[0-9]+' \
+# | head -n1 \
+# | grep -o -P '[0-9]+\.[0-9]+\.[0-9]+'
+#)
pkgrel=1
pkgdesc='Manager is free accounting software for small business'
arch=('i686' 'x86_64' 'aarch64')
@@ -69,4 +71,4 @@ package() {
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -D -m644 manager-accounting.png "${pkgdir}/usr/share/icons/hicolor/256x256/apps/manager-accounting.png"
-} \ No newline at end of file
+}