summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f21584ad18c..8b9c94e946a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = traffictoll
pkgdesc = NetLimiter-like traffic shaping for Linux
- pkgver = 0.1.0
- pkgrel = 7
+ pkgver = 0.1.1
+ pkgrel = 1
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 = SKIP
+ md5sums = dc4a3b226cfdc4b86599859653446151
pkgname = traffictoll
diff --git a/PKGBUILD b/PKGBUILD
index 838f41e3cc74..0e1fe51d08ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Submitter: Nbiba Bedis <bedisnbiba@gmail.com>
pkgname=('traffictoll')
-pkgver=0.1.0
-pkgrel=7
+pkgver=0.1.1
+pkgrel=1
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=('SKIP')
+md5sums=('dc4a3b226cfdc4b86599859653446151')
package() {
cd "TrafficToll-master"