summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAraneusRota2023-01-03 20:35:06 +0100
committerAraneusRota2023-01-03 20:35:06 +0100
commit6707da5b3a23795f09582fb2d707dcf7d04878aa (patch)
treee6ab796504ccb107d80f3e31e328fd5c6d02a417
parentff46741b6ab30d05368953f23bafddd4e123be80 (diff)
downloadaur-6707da5b3a23795f09582fb2d707dcf7d04878aa.tar.gz
Update dependency from python 2 to python 3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c5006be323c..9b6a0fdd00ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = headphones-git
pkgdesc = Music downloader for usenet and torrents.
- pkgver = 0.5.18.r159.gda9287d7
- pkgrel = 5
+ pkgver = 0.6.0.r0.ga78f38c1
+ pkgrel = 1
url = https://github.com/rembo10/headphones
install = headphones.install
arch = any
license = GPL3
makedepends = git
- depends = python2
+ depends = python
optdepends = sabnzbd: usenet downloader
optdepends = nzbget: usenet downloader
optdepends = transmission-cli: torrent downloader (CLI and daemon)
@@ -29,4 +29,3 @@ pkgbase = headphones-git
sha256sums = ff2a4be9594518b670dafe80023772affc5e8cca85bb4c95972c7c14c72453c2
pkgname = headphones-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 278484acb274..5d004daaa3d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# a base for this one.
pkgname=headphones-git
-pkgver=0.5.18.r159.gda9287d7
-pkgrel=5
+pkgver=0.6.0.r0.ga78f38c1
+pkgrel=1
pkgdesc="Music downloader for usenet and torrents."
arch=('any')
url="https://github.com/rembo10/headphones"
license=('GPL3')
-depends=('python2')
+depends=('python')
optdepends=('sabnzbd: usenet downloader'
'nzbget: usenet downloader'
'transmission-cli: torrent downloader (CLI and daemon)'