summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelics2018-07-18 15:20:00 +0200
committerfelics2018-07-18 15:20:00 +0200
commit181e4865898d53bae47393c067e8ab023e27f649 (patch)
tree7f7b0dfc6ab78381d2f7a12466c0fada67683e63 /PKGBUILD
parentb33d639e5906b5f1723545044940986124f53862 (diff)
downloadaur-181e4865898d53bae47393c067e8ab023e27f649.tar.gz
Maded it working again ...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff3b1ef1ec0f..8b3e7cb88755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=idos-package-updater-script
pkgname="${_pkgname}"
epoch=0
-pkgver=20180718.1
+pkgver=20180718.2
pkgrel=1
pkgdesc="Bash script which automates the process of updating installed IDOS timetable browser related packages by reinstalling and thus fetching the newest version."
arch=('any')
@@ -16,8 +16,8 @@ groups=(
)
depends=(
- "python3"
- "python-texttable"
+ "util-linux" # for 'column'-executable.
+ "pacman"
"yaourt"
)
@@ -38,11 +38,16 @@ source=(
)
sha256sums=(
- "743145a14c800d46c278cc4b81b79be1ce7518fc5bf5f563bc1a4ea0a99e41a0"
+ "5b3574e974b06312dad217148c30f0e31ac7c7255a3ff9f3d4f3c1fa7322cf85"
"c3cbff25307e905545788f5c74cc137d79706c60549092f2a37919b93cf55ee3"
)
+pkgver() {
+ "${srcdir}/idos-packages-update.sh" --version
+}
+
+
package() {
_instdirbase='/opt/idos-timetable'
_instdir="${pkgdir}/${_instdirbase}"