summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfelics2018-07-18 10:42:27 +0200
committerfelics2018-07-18 10:42:27 +0200
commitb33d639e5906b5f1723545044940986124f53862 (patch)
treedfe1236d0e0b3d2469664392f40b6d8506bc7aa5 /PKGBUILD
parent5c69f01cac0f73edf89c0811d83c7d37c172f88a (diff)
downloadaur-b33d639e5906b5f1723545044940986124f53862.tar.gz
Added an option to install only packages which are newer in the AUR than locally.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96d43f457d7a..ff3b1ef1ec0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=idos-package-updater-script
pkgname="${_pkgname}"
epoch=0
-pkgver=20160719.2
-pkgrel=4
+pkgver=20180718.1
+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')
license=('custom')
@@ -16,6 +16,8 @@ groups=(
)
depends=(
+ "python3"
+ "python-texttable"
"yaourt"
)
@@ -36,7 +38,7 @@ source=(
)
sha256sums=(
- "400e0e1161d6908b44e48abcaf62fc94ebe8ae9b4d92bcf98c8c402b10a84c69"
+ "743145a14c800d46c278cc4b81b79be1ce7518fc5bf5f563bc1a4ea0a99e41a0"
"c3cbff25307e905545788f5c74cc137d79706c60549092f2a37919b93cf55ee3"
)