summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDandraghas2024-01-29 16:13:09 +0200
committerDandraghas2024-01-29 16:13:09 +0200
commite3cc466bc78021739669cee4ed40dc13a1edf43e (patch)
treeba4d8a4fad2442fc1c9f4a52aea7d84aa8630d96
parentcbf8148bc43fc41c014d465681e7af2d22b10d1b (diff)
downloadaur-e3cc466bc78021739669cee4ed40dc13a1edf43e.tar.gz
Fix: move makedepends dependencies to depends
-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')