diff options
author | felics | 2018-07-18 10:42:27 +0200 |
---|---|---|
committer | felics | 2018-07-18 10:42:27 +0200 |
commit | b33d639e5906b5f1723545044940986124f53862 (patch) | |
tree | dfe1236d0e0b3d2469664392f40b6d8506bc7aa5 /PKGBUILD | |
parent | 5c69f01cac0f73edf89c0811d83c7d37c172f88a (diff) | |
download | aur-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-- | PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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" ) |