summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2019-02-10 17:10:57 +0100
committerNbiba Bedis2019-02-10 17:10:57 +0100
commit82f2e41a674544e2d1fdb64ef33d217d64e0678e (patch)
treea71582908fee80fac1cb0d7701a6347f4dca928f
parentb5560db7eaa324d5ba3233ed755124e613c413b7 (diff)
downloadaur-82f2e41a674544e2d1fdb64ef33d217d64e0678e.tar.gz
initial
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99b75d5d88d1..6d7ac30ae600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = traffictoll
pkgdesc = NetLimiter-like traffic shaping for Linux
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
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 = dc4a3b226cfdc4b86599859653446151
+ md5sums = 13dc99717e7f531587b0d80414d1cd90
pkgname = traffictoll
diff --git a/PKGBUILD b/PKGBUILD
index e7f4297585c2..68ce6cf97c96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('traffictoll')
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
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=('dc4a3b226cfdc4b86599859653446151')
+md5sums=('13dc99717e7f531587b0d80414d1cd90')
package() {
cd "TrafficToll-master"