summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThermi2015-05-27 16:24:34 +0200
committerThermi2015-05-27 16:24:34 +0200
commite74be91e2350372ce812d0bce0f5d7ff0fd184bf (patch)
treec1112aa678451041dac30af94a38888524f9b0b3
parente9f6dde50c0944dc15783a93773efe525bb09817 (diff)
downloadaur-e74be91e2350372ce812d0bce0f5d7ff0fd184bf.tar.gz
crconf: Fixed URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11986298fafc..1131749b4480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = crconf
pkgdesc = configuration tool for kernel crypto algorithms
pkgver = 0.2
pkgrel = 1
- url = sourceforge.net/projects/crconf/
+ url = http://sourceforge.net/projects/crconf/
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f1b2d5556e11..3469b0659591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=crconf
pkgver=0.2
pkgrel=1
pkgdesc="configuration tool for kernel crypto algorithms"
-url='sourceforge.net/projects/crconf/'
+url='http://sourceforge.net/projects/crconf/'
license=("GPL")
arch=('i686' 'x86_64')
depends=()