summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e6b39726e8..10af65aca4e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sickchill-git
pkgdesc = Automatic video library manager for TV shows
- pkgver = 2024.2.18.r0
+ pkgver = 2024.3.1.r0
pkgrel = 1
url = https://sickchill.github.io
install = sickchill-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 1e42e70fbc59..7de47c8f455a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@
# That is the only reason why this package ends on "-git".
pkgname=sickchill-git
-pkgver=2024.2.18.r0
+pkgver=2024.3.1.r0
pkgrel=1
pkgdesc='Automatic video library manager for TV shows'
arch=(any)
@@ -55,7 +55,7 @@ build() {
PIP_CONFIG_FILE=/dev/null build/bin/pip install \
--ignore-installed --isolated --cache-dir=cache --prefix=. --root=build \
--default-timeout=60 --disable-pip-version-check --no-warn-script-location --progress-bar=off \
- sickchill
+ setuptools sickchill
sed -i '1s|.*|#!/opt/sickchill/app/bin/python|' build/bin/SickChill
}