makedeb


ananicy 2.2.1-2


Another auto nice daemon, with community rules support

Click here to go back to the commit logs for ananicy.

Commit:


Hash: 6883ea0939fe8313e7e047eedcbe989a840c610d

Message: Set depends to python3

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 6c0f56f..13da404 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = ananicy
 	makedepends = make
 	depends = bash
 	depends = schedtool
-	depends = python
+	depends = python3
 	optdepends = systemd: systemd service
 	conflicts = ananicy-git
 	backup = etc/ananicy.d/ananicy.conf
diff --git a/PKGBUILD b/PKGBUILD
index 5a3e909..6083dd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Another auto nice daemon, with community rules support"
 arch=('any')
 url="https://github.com/Nefelim4ag/Ananicy.git"
 license=('GPL3')
-depends=('bash' 'schedtool' 'python')
+depends=('bash' 'schedtool' 'python3')
 optdepends=('systemd: systemd service')
 makedepends=('git' 'make')
 conflicts=('ananicy-git')