summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Manouchehri2015-12-16 18:47:02 +0000
committerDavid Manouchehri2015-12-16 18:49:03 +0000
commit4a7a72b2fdbb0d7e6006943a5fd7c2b89571195f (patch)
tree5ce15a3dc20a77cac87f23d1139fd1f0f4bd8896
parent4435ceea233e09e531284b8a80bc14a81e37b14a (diff)
downloadaur-4a7a72b2fdbb0d7e6006943a5fd7c2b89571195f.tar.gz
Renamed to follow VCS standards.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
l---------douane-dkms-git.install1
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c17deef497c..c963bd26ea7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Wed Dec 16 18:47:11 UTC 2015
-pkgbase = douane-dkms
+# Wed Dec 16 18:48:54 UTC 2015
+pkgbase = douane-dkms-git
pkgdesc = Douane Firewall Kernel Module (DKMS)
pkgver = 1
pkgrel = 1
url = http://douaneapp.com/
- install = douane-dkms.install
+ install = douane-dkms-git.install
arch = i686
arch = x86_64
license = GPL2
makedepends = git
depends = dkms
source = git+https://github.com/Douane/douane-dkms.git
- source = douane-dkms.install
+ source = douane-dkms-git.install
md5sums = SKIP
md5sums = ab6d49e4449e5647ca5c58021674ae82
-pkgname = douane-dkms
+pkgname = douane-dkms-git
diff --git a/PKGBUILD b/PKGBUILD
index 84ec56a975da..671397e98d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-pkgname=douane-dkms
+pkgname=douane-dkms-git
pkgver=1
pkgrel=1
pkgdesc="Douane Firewall Kernel Module (DKMS)"
@@ -34,4 +34,4 @@ package() {
for i in "${srcdir}/${pkgname}/"{Makefile,douane.c,network_activity_message.h}; do
install -D -m644 "${i}" "${pkgdir}/usr/src/${pkgname}-${pkgver}/"
done
-} \ No newline at end of file
+}
diff --git a/douane-dkms-git.install b/douane-dkms-git.install
new file mode 120000
index 000000000000..881825df91f3
--- /dev/null
+++ b/douane-dkms-git.install
@@ -0,0 +1 @@
+douane-dkms.install \ No newline at end of file