summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYureien2022-05-26 20:43:05 +0530
committerYureien2022-05-26 20:43:55 +0530
commit9e40f68d31b67f80b9eae7c92676f03d065f81c3 (patch)
tree22f5f8263d21d6969ad2a19c379582a228a4bf7d /PKGBUILD
parentcb3172ef66fa3561e8468776d13805f6eb269ff3 (diff)
downloadaur-9e40f68d31b67f80b9eae7c92676f03d065f81c3.tar.gz
Updated make dependency: added make
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2ce6dddedec..444fb1e647c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgver=0.1.0
pkgrel=1
pkgdesc='Set Content-Type mime-type automatically from the magic bytes of some file! (Similar to file(1))'
arch=('x86_64')
-url="https://github.com/FadedCoder/${_name}"
+url="https://github.com/Yureien/${_name}"
license=('BSD')
depends=('nginx' 'file')
-makedepends=('nginx-src')
+makedepends=('nginx-src' 'make')
source=("${_name}-${pkgver}.tar.gz::https://github.com/FadedCoder/${_name}/archive/v${pkgver}.tar.gz")
sha256sums=('9e7e865a99c2a99af720ec3269128a11f74b6fae0cdcdda396522ec5c06108ff')