summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d01cbd734ec9..da04c932369a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,14 @@ pkgbase = nginx-mod-mime-magic
pkgdesc = Set Content-Type mime-type automatically from the magic bytes of some file! (Similar to file(1))
pkgver = 0.1.0
pkgrel = 1
- url = https://github.com/FadedCoder/nginx-mime-magic-module
+ url = https://github.com/Yureien/nginx-mime-magic-module
arch = x86_64
license = BSD
+ makedepends = make
makedepends = nginx-src
depends = nginx
depends = file
- source = nginx-mime-magic-module-0.1.0.tar.gz::https://github.com/FadedCoder/nginx-mime-magic-module/archive/v0.1.0.tar.gz
+ source = nginx-mime-magic-module-0.1.0.tar.gz::https://github.com/Yureien/nginx-mime-magic-module/archive/v0.1.0.tar.gz
sha256sums = 9e7e865a99c2a99af720ec3269128a11f74b6fae0cdcdda396522ec5c06108ff
pkgname = nginx-mod-mime-magic
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')