summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron McDaniel (mcd1992)2017-12-05 13:13:38 -0600
committerAaron McDaniel (mcd1992)2017-12-05 13:13:38 -0600
commit8c255186a0a2cb2ff60e558551ab5876230dd663 (patch)
tree3fd299858a572d86feb5d89205db8767a0207eea
parent1d641bd9709122a7feb5c0e7184bf0537afeeb1e (diff)
downloadaur-prads-git.tar.gz
Updated download source to git+https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56020f54679a..b04a5ae30a2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = prads-git
depends = bash
depends = libpcap
backup = etc/prads/prads.conf
- source = prads-git::git://github.com/gamelinux/prads.git
+ source = prads-git::git+https://github.com/gamelinux/prads.git
md5sums = SKIP
pkgname = prads-git
diff --git a/PKGBUILD b/PKGBUILD
index 8b722a3e14c2..aa3edc847143 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=prads-git
pkgver=0.3.3.r20.g407cf7c
pkgrel=1
-pkgdesc="A Passive Real-time Asset Detection System"
-url="http://gamelinux.github.io/prads/"
+pkgdesc='A Passive Real-time Asset Detection System'
+url='http://gamelinux.github.io/prads/'
arch=('i686' 'x86_64')
license=('custom:Perl')
makedepends=('git' 'python-docutils' 'fakeroot' 'binutils' 'make' 'gcc')
depends=('bash' 'libpcap')
#optdepends=('')
backup=('etc/prads/prads.conf')
-source=("${pkgname}::git://github.com/gamelinux/prads.git")
+source=("${pkgname}::git+https://github.com/gamelinux/prads.git")
md5sums=('SKIP')
pkgver() {
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd ${pkgname}
- make PREFIX=/usr CONFDIR=/etc/prads -j$(getconf _NPROCESSORS_ONLN)
+ make PREFIX=/usr CONFDIR=/etc/prads
}
package() {