summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a21236ab0c85..4ce70846e04c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,8 @@ pkgbase = devexcuse-git
url = https://github.com/K4R7IK/DevExcuse
arch = any
license = MIT
- makedepends = curl
- makedepends = jq
+ depends = curl
+ depends = jq
source = git+https://github.com/K4R7IK/DevExcuse.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c276113e5c97..4113a3da247d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgver=r5.e0b820f
pkgrel=1
pkgdesc="This script will fetch a random developer excuse from the web while also keeping an offline database."
url="https://github.com/K4R7IK/DevExcuse"
-makedepends=('curl' 'jq')
+depends=('curl' 'jq')
license=('MIT')
arch=('any')