summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2019-02-10 22:26:22 +0100
committerNbiba Bedis2019-02-10 22:26:22 +0100
commitfea35aa219a68a79b911c49252902df3d303c8e9 (patch)
treeae98eb5dacfa4f382ce44fba70c1cffc596d429c
parent82f2e41a674544e2d1fdb64ef33d217d64e0678e (diff)
downloadaur-fea35aa219a68a79b911c49252902df3d303c8e9.tar.gz
skip
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d7ac30ae600..c20552bfc4f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = traffictoll
pkgdesc = NetLimiter-like traffic shaping for Linux
pkgver = 0.1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/cryzed/TrafficToll
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = traffictoll
depends = python-psutil
depends = python-loguru
source = https://github.com/cryzed/TrafficToll/archive/master.zip
- md5sums = 13dc99717e7f531587b0d80414d1cd90
+ md5sums = SKIP
pkgname = traffictoll
diff --git a/PKGBUILD b/PKGBUILD
index 68ce6cf97c96..aa233f3155a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('traffictoll')
pkgver=0.1.0
-pkgrel=3
+pkgrel=4
pkgdesc='NetLimiter-like traffic shaping for Linux'
arch=('any')
url='https://github.com/cryzed/TrafficToll'
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('python' 'python-ruamel-yaml' 'python-psutil' 'python-loguru')
makedepends=('python-setuptools')
source=("https://github.com/cryzed/TrafficToll/archive/master.zip")
-md5sums=('13dc99717e7f531587b0d80414d1cd90')
+md5sums=('SKIP')
package() {
cd "TrafficToll-master"