summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a86432588b14..9b478945f27f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Sep 30 00:25:15 UTC 2016
+# Tue Nov 22 21:00:22 UTC 2016
pkgbase = moksha-module-net-git
pkgdesc = Moksha networking module (displays network usage) - built from git sources
- pkgver = 1da72a0
+ pkgver = 8fd3c9b
pkgrel = 1
url = http://mokshadesktop.org
arch = i686
arch = x86_64
license = BSD
+ makedepends = git
source = moksha-modules-extra::git+https://github.com/JeffHoogland/moksha-modules-extra.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f4ebacb4ba09..250803dcbbf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,14 @@ _module=net
_pkgname=moksha-modules-extra
category=('moksha-modules-extra')
pkgname=moksha-module-${_module}-git
-pkgver=1da72a0
+pkgver=8fd3c9b
pkgrel=1
pkgdesc="Moksha networking module (displays network usage) - built from git sources"
arch=('i686' 'x86_64')
url="http://mokshadesktop.org"
license=('BSD')
depends=('')
+makedepends=('git')
source=("$_pkgname::git+https://github.com/JeffHoogland/moksha-modules-extra.git")
sha256sums=('SKIP')