makedeb


epy-git 150dd4fa2022.04.18-2


CLI Ebook Reader, fork of epr with minor improvements

Click here to go back to the commit logs for epy-git.

Commit:


Hash: ad16a5a8a867eff24e23e109bd15c1f63c36f9c2

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b6ebe5a..f72e5bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = epy-git
 	arch = any
 	license = MIT
 	makedepends = git
-	makedepends = python-setuptools
+	makedepends = python3-setuptools
 	depends = python3
 	provides = epy
 	conflicts = epy
diff --git a/PKGBUILD b/PKGBUILD
index 5daf233..b8e9445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('python3')
 provides=('epy')
 conflicts=('epy')
 makedepends=( 'git'
-              'python-setuptools')
+              'python3-setuptools')
 source=("git+https://github.com/wustho/${_pkgname}.git")
 sha256sums=('SKIP')