summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61d995965a22..6c4ccb75eaa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=idos-package-updater-script
pkgname="${_pkgname}"
epoch=0
pkgver=20210704.1
-pkgrel=1
+pkgrel=2
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')
@@ -18,7 +18,7 @@ groups=(
depends=(
"util-linux" # for 'column'-executable.
"pacman"
- "yaourt"
+ "yay"
)
makedepends=()