summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoeljunior2020-03-28 11:34:25 +0000
committerNoeljunior2020-03-28 11:34:25 +0000
commitc178c0f3130b3688e63373792c321fcc68d81eaa (patch)
treeac808de4c25f81dd726324ba1a0bfbb7c109d6a0
parent4c9a34ca0c63c6159ae5de59fcd46b531697b60b (diff)
downloadaur-c178c0f3130b3688e63373792c321fcc68d81eaa.tar.gz
updated makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a2f949dd4c8..846d1255a0fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,9 @@ pkgbase = pscripts-git
pkgrel = 1
url = https://github.com/Noeljunior/pscripts
arch = any
- license = GPL
- depends = git
+ license = GPL3
+ makedepends = git
+ makedepends = python
source = pscripts-git::git+https://github.com/Noeljunior/pscripts
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 177de13520da..7c2db5fcd307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgrel=1
pkgdesc="Noeljunior's pscripts: some handy scripts for users and sysadmins"
arch=('any')
url="https://github.com/Noeljunior/pscripts"
-license=('GPL')
-depends=(git)
+license=('GPL3')
+makedepends=('git' 'python')
source=("$pkgname::git+https://github.com/Noeljunior/pscripts")
md5sums=('SKIP')