summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2020-01-03 09:58:30 +0100
committerNbiba Bedis2020-01-03 09:58:30 +0100
commitaf6522c0a53dbf0ca2e6a1088381e90b9bba6a65 (patch)
tree7179e22d889214299f7609286606f556100776d9
parent8715d51f8df6a09cf797d5117ca66a5bc049916b (diff)
downloadaur-af6522c0a53dbf0ca2e6a1088381e90b9bba6a65.tar.gz
no checks
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c0f06f589e3..1f21584ad18c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = traffictoll
pkgdesc = NetLimiter-like traffic shaping for Linux
pkgver = 0.1.0
- pkgrel = 6
+ pkgrel = 7
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
- sha256sums = a6dd70864687265b562f17baaa78acffb6da552028156131c4ed03eded0e01c6
+ md5sums = SKIP
pkgname = traffictoll
diff --git a/PKGBUILD b/PKGBUILD
index 60e37ed26f8b..838f41e3cc74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('traffictoll')
pkgver=0.1.0
-pkgrel=6
+pkgrel=7
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")
-sha256sums=('a6dd70864687265b562f17baaa78acffb6da552028156131c4ed03eded0e01c6')
+md5sums=('SKIP')
package() {
cd "TrafficToll-master"