makedeb


pirate-get 0.4.2-7


A command line interface for the Pirate Bay

Click here to go back to the commit logs for pirate-get.

Commit:


Hash: 861cd12bdb24a640cb2123eb327bcde20dc10eea

Message: minor fix depedencies

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 9901cfc..6188c4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,16 +2,17 @@ generated-by = makedeb
 pkgname = pirate-get
 pkgbase = pirate-get
 pkgdesc = A command line interface for the Pirate Bay
-pkgrel = 2
+pkgrel = 3
 pkgver = 0.4.2
 url = https://github.com/vikstrous/pirate-get/
 arch = all
-depends = python3-setuptools
 depends = python3-veryprettytable
 depends = python3-bs4
 depends = python3-termcolor
 depends = python3-colorama
 depends = python3-pyperclip
 license = AGPL
+makedepends = python3-setuptools
 source = pirate-get-0.4.2.tar.gz::https://github.com/vikstrous/pirate-get/archive/0.4.2.tar.gz
 sha256sums = 6ea9fac2505ea02bf4914c83975f1a9f341e1a4ed16282a86250ceddfbd475ef
+makedepends = python3-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index bc91119..900a35f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
 
 pkgname=pirate-get
 pkgver=0.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A command line interface for the Pirate Bay'
 arch=('all')
 url='https://github.com/vikstrous/pirate-get/'
 license=('AGPL')
-depends=('python3-setuptools' 'python3-veryprettytable' 'python3-bs4' 'python3-termcolor' 'python3-colorama' 'python3-pyperclip')
+depends=('python3-veryprettytable' 'python3-bs4' 'python3-termcolor' 'python3-colorama' 'python3-pyperclip')
+makedepends=('python3-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/vikstrous/pirate-get/archive/${pkgver}.tar.gz")
 sha256sums=('6ea9fac2505ea02bf4914c83975f1a9f341e1a4ed16282a86250ceddfbd475ef')