summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Dray2015-09-09 23:22:59 +1000
committerJustin Dray2015-09-09 23:22:59 +1000
commitaa8f3df877a76e43e9e75efcf6c683346a446b90 (patch)
tree04a2795eed254f5c21c738c64a80cc20a6fee470
parent3a4b965e0eca0f20c6b3c48f306043c4cc81b323 (diff)
downloadaur-aa8f3df877a76e43e9e75efcf6c683346a446b90.tar.gz
Update to: 3.0.1-2 - Fixed missing python2-lxml dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4ae8816438d..0fcdfa70c477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = couchpotato
pkgdesc = Automatic Movie Downloading via NZBs & Torrent
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = http://couchpota.to/
install = couchpotato.install
arch = any
license = GPL3
depends = python2
+ depends = python2-lxml
source = https://github.com/RuudBurger/CouchPotatoServer/archive/build/3.0.1.tar.gz
source = couchpotato.service
source = couchpotato-confd.conf
diff --git a/PKGBUILD b/PKGBUILD
index 9ec75922c391..2eef586219cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname=couchpotato
_pkgname=CouchPotato
pkgver=3.0.1
_fullname=CouchPotatoServer-build-${pkgver}
-pkgrel=1
+pkgrel=2
pkgdesc="Automatic Movie Downloading via NZBs & Torrent"
arch=('any')
url="http://couchpota.to/"
license=('GPL3')
-depends=('python2')
+depends=('python2' 'python2-lxml')
install='couchpotato.install'
source=("https://github.com/RuudBurger/CouchPotatoServer/archive/build/${pkgver}.tar.gz"
"${pkgname}.service"