summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYatta2020-05-03 12:27:34 -0500
committerYatta2020-05-03 12:27:34 -0500
commit62028c17d10f90704c07dd6a0aa937f37ffa7178 (patch)
tree5d763889976da78617911a3bbbd3a5c9e38ff6f9
parent90dbb98da3a856e7b1e85b5384d22843ebd89e83 (diff)
downloadaur-62028c17d10f90704c07dd6a0aa937f37ffa7178.tar.gz
Updated version to 2020.05.03.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 846e61fefcad..d2a3a7b87087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sickchill
pkgdesc = Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
- pkgver = 2019.09.02
+ pkgver = 2020.05.03
pkgrel = 1
url = https://github.com/SickChill/SickChill
install = sickchill.install
@@ -15,7 +15,7 @@ pkgbase = sickchill
provides = sickrage
conflicts = sickchill-git
options = !strip
- source = https://github.com/SickChill/SickChill/archive/v2019.09.02-1.tar.gz
+ source = https://github.com/SickChill/SickChill/archive/v2020.05.03-1.tar.gz
source = sickchill.service
source = sickchill.install
md5sums = ebeb5764d85c00558f12e73f9e3c2b54
diff --git a/PKGBUILD b/PKGBUILD
index fddd42e72b2b..4dd28b04896c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Carlos Bellino <carlosbellino@gmail.com>
+# Maintainer: Rekidaishi <rekidaishi at gmail>
+# Contributor: Carlos Bellino <carlosbellino@gmail.com>
pkgname=sickchill
_gitname=SickChill
_gitauthor=SickChill
_sickchill_dir="/opt/sickchill"
-pkgver=2019.09.02
+pkgver=2020.05.03
pkgrel=1
pkgdesc="Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic."
arch=('any')
@@ -37,8 +38,8 @@ md5sums=('ebeb5764d85c00558f12e73f9e3c2b54'
'961815f362818fa961c37c70199c5b6f')
package() {
+ rm -rf "${pkgdir}${_sickchill_dir}"/app/
install -Dm644 "${srcdir}/${pkgname}.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
install -dm755 "${pkgdir}${_sickchill_dir}"/{app,data}
-
cp -rp "${srcdir}/${_gitname}-${pkgver}-${pkgrel}"/* "${pkgdir}${_sickchill_dir}"/app/
}