summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0753a4eb1369..1f37aea3e4b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = idos-package-updater-script
pkgdesc = Bash script which automates the process of updating installed IDOS timetable browser related packages by reinstalling and thus fetching the newest version.
pkgver = 20210704.1
- pkgrel = 1
+ pkgrel = 2
epoch = 0
arch = any
groups = idos-timetable
license = custom
depends = util-linux
depends = pacman
- depends = yaourt
+ depends = yay
source = idos-packages-update.sh::http://ix.io/3rUL
source = copying.txt
sha256sums = d1745165ce2dcf510f73e9201a1f7d70c3d2d9430b9c84d119cf1e3baf22105d
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=()