summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-08-09 09:12:45 -0300
committerGiancarlo Razzolini2016-08-09 09:12:45 -0300
commit78e12904206bb5e145af5d4efae385e0aa26f36a (patch)
tree3d7cb34fb13de798bbeda076d4b037e87eb5a5a0 /PKGBUILD
parentd50ac27f89a40fe89f09a8f99c9b400a29ccbeee (diff)
downloadaur-78e12904206bb5e145af5d4efae385e0aa26f36a.tar.gz
* Changed the source download filename to avoid clashes.
* Added some things to gitignore.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0123725441cf..a3440f7f0ae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Giancarlo Razzolini <grazzolini@gmail.com>
pkgname=mkinitcpio-netconf
pkgver=0.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Archlinux mkinitcpio hook for configuring early userspace networking"
arch=('any')
url="https://github.com/grazzolini/mkinitcpio-netconf"
license=('BSD')
depends=('mkinitcpio-nfs-utils' 'iproute2')
install=$pkgname.install
-source=($url/archive/v$pkgver.tar.gz)
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
changelog='Changelog'
sha512sums=('d526ced87ef13d6a4c22c22810b0024ca51095a82a28c210fc202e73499ca8aa7a16d3f45c3c549996fbd4ed220afa15df178f93aaacfc4a547d9042f69fa760')