summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormain()2016-12-18 04:21:49 +0100
committermain()2016-12-18 04:21:49 +0100
commit1e5b6d830c8de93d04f1fc11413be15bba9f4b5f (patch)
tree2a2e66fe72d839bd3e818cddee0472caa24e542f /PKGBUILD
parentc41adc06827ccf3a6af4f4f70b03f357e19714c9 (diff)
downloadaur-windows10-downloader.tar.gz
remove git dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc06463ab775..a6c0b0eeba5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=windows10-downloader
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Windows 10 downloader"
arch=('any')
url=""
@@ -8,7 +8,7 @@ license=('GPL')
groups=()
depends=('python3' 'python-yaml' 'python-requests' 'wget')
optdepends=()
-makedepends=('git')
+makedepends=()
provides=()
conflicts=()
replaces=()