aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorm1kc (Max Musatov)2015-07-06 16:46:38 +0300
committerm1kc (Max Musatov)2015-07-06 16:48:54 +0300
commitdd5fd10e94fe8f7e823c0795412bb3497b4802c8 (patch)
tree446c5d1a44ac4d5264f41a014ee0e6394f9b1b98
parentff242422f9e1e44336a566c1be345b6573a61cbb (diff)
downloadaur-dd5fd10e94fe8f7e823c0795412bb3497b4802c8.tar.gz
Some fixes. Closes #1. Closes #2.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93478ef4ac6a..2567177bc7d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = netatop-dkms
pkgdesc = Atop network kernel module, enables network statistics in atop
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.atoptool.nl/
install = netatop-dkms.install
arch = x86_64
- arch = i386
+ arch = i686
groups = modules
license = GPL
makedepends = linux-headers
depends = atop
+ depends = dkms
conflicts = netatop
source = http://atoptool.nl/download/netatop-0.5.tar.gz
source = netatop-dkms.conf
diff --git a/PKGBUILD b/PKGBUILD
index ab470fd9a955..82ce2d479c90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,20 @@
pkgname=netatop-dkms
_pkgname=netatop
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Atop network kernel module, enables network statistics in atop"
url="http://www.atoptool.nl/"
groups=modules
license=('GPL')
install='netatop-dkms.install'
-depends=('atop')
+depends=('atop' 'dkms')
conflicts=('netatop')
makedepends=('linux-headers')
source=("http://atoptool.nl/download/netatop-${pkgver}.tar.gz"
"netatop-dkms.conf")
sha256sums=('cfac73cc346f949f1d31a63cf3c06b94e67fdaef9b14c7af4e7fd115a03f856a'
'56e9094e396fcdabadde4db8a9f21945484e4db93359dc22f2fb76436b1b2ea9')
-arch=('x86_64' 'i386')
+arch=('x86_64' 'i686')
build() {
cd $srcdir/$_pkgname-$pkgver