summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2018-03-19 08:20:42 -0700
committerDonald Webster2018-03-19 08:20:42 -0700
commit93aa3fdbd3a8d630adff887ad3837857ee43cb1b (patch)
treec0cb90813497ba5ae66382ed6da62eb9bbf1663c
parentfb63ebb733794cc57bdaf3b43a7d5b12433ba942 (diff)
downloadaur-93aa3fdbd3a8d630adff887ad3837857ee43cb1b.tar.gz
Switch to python3.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--lazylibrarian.service2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 232745f4bfbe..2724ad0f74d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lazylibrarian
pkgdesc = Automatic Book Downloading via NZBs & Torrent
pkgver = 1.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/DobyTang/LazyLibrarian
arch = any
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = lazylibrarian
source = lazylibrarian.tmpfiles
source = lazylibrarian.sysusers
sha256sums = 7d94686085916a984ab89a76b0823695d784ef785368b175a89bd1077d6cc2cd
- sha256sums = ad571025028f86c6fbd867ea32e7d7b78d51f604f0bc3b1e373df642fe6c177c
+ sha256sums = a2f9646fa26726e3ab9e019a232ccbd54dfef2563125eb710873c136ae1aa359
sha256sums = 2e54152e221241d116ed9e63b08718bec41bfb7c6576eccc683c294702b07650
sha256sums = 1e5ee6265af4e4d8beea3cec49cbdba6624a6169edee081aa03de32965d4729d
diff --git a/PKGBUILD b/PKGBUILD
index 1269b2f75841..88a31ca61377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lazylibrarian
pkgver=1.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="Automatic Book Downloading via NZBs & Torrent"
arch=('any')
url="https://github.com/DobyTang/LazyLibrarian"
@@ -17,7 +17,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/DobyTang/LazyLibrarian/
'lazylibrarian.sysusers')
sha256sums=('7d94686085916a984ab89a76b0823695d784ef785368b175a89bd1077d6cc2cd'
- 'ad571025028f86c6fbd867ea32e7d7b78d51f604f0bc3b1e373df642fe6c177c'
+ 'a2f9646fa26726e3ab9e019a232ccbd54dfef2563125eb710873c136ae1aa359'
'2e54152e221241d116ed9e63b08718bec41bfb7c6576eccc683c294702b07650'
'1e5ee6265af4e4d8beea3cec49cbdba6624a6169edee081aa03de32965d4729d')
diff --git a/lazylibrarian.service b/lazylibrarian.service
index 4c59f779bd98..7b589027d1f7 100644
--- a/lazylibrarian.service
+++ b/lazylibrarian.service
@@ -2,7 +2,7 @@
Description=LazyLibrarian
[Service]
-ExecStart=/usr/bin/python2 /usr/lib/lazylibrarian/LazyLibrarian.py --config /etc/lazylibrarian/lazylibrarian.ini --datadir /var/lib/lazylibrarian --nolaunch
+ExecStart=/usr/bin/python /usr/lib/lazylibrarian/LazyLibrarian.py --config /etc/lazylibrarian/lazylibrarian.ini --datadir /var/lib/lazylibrarian --nolaunch
Type=simple
User=lazylibrarian
Group=lazylibrarian