summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbelinux2018-12-24 15:27:03 +0100
committerbelinux2018-12-24 15:27:03 +0100
commit9eaac57fe36882090c26027b3340ae4eb2a89e45 (patch)
tree6bdcbd8815cf37605b495c5ba9ce6f4445ef2b07
parent5574feed427c45d0a5eb889d55cc31d694354ae7 (diff)
downloadaur-9eaac57fe36882090c26027b3340ae4eb2a89e45.tar.gz
gitignore updated
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c573f92450ff..35ee220ad692 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 = 2018.12.19
+ pkgver = 2018.12.24
pkgrel = 1
url = https://github.com/SickChill/SickChill
install = sickchill.install
@@ -15,10 +15,10 @@ pkgbase = sickchill
provides = sickrage
conflicts = sickchill-git
options = !strip
- source = https://github.com/SickChill/SickChill/archive/v2018.12.19-1.tar.gz
+ source = https://github.com/SickChill/SickChill/archive/v2018.12.24-1.tar.gz
source = sickchill.service
source = sickchill.install
- md5sums = 3b1383caac208931562b08cbc6162cf1
+ md5sums = 3212ef0c7c9b9e3182f9008c97cb037d
md5sums = 373832300e91a4011285eb8d6df9cef0
md5sums = 961815f362818fa961c37c70199c5b6f
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..17ac5abc4ae3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+*.pkg.tar.xz
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index fc8f8f971a29..f6f7c2645ec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=sickchill
_gitname=SickChill
_gitauthor=SickChill
_sickchill_dir="/opt/sickchill"
-pkgver=2018.12.19
+pkgver=2018.12.24
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')
@@ -32,7 +32,7 @@ source=("https://github.com/${_gitauthor}/${_gitname}/archive/v${pkgver}-${pkgre
"${pkgname}.service"
"${pkgname}.install")
-md5sums=('3b1383caac208931562b08cbc6162cf1'
+md5sums=('3212ef0c7c9b9e3182f9008c97cb037d'
'373832300e91a4011285eb8d6df9cef0'
'961815f362818fa961c37c70199c5b6f')