summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2020-01-03 09:46:52 +0100
committerNbiba Bedis2020-01-03 09:46:52 +0100
commit948bd6ba670ab8cc62fbf91f8c28aaf5dbb18f12 (patch)
treef35fdc41c77614adec202d9289c6da390655ce31
parentfea35aa219a68a79b911c49252902df3d303c8e9 (diff)
downloadaur-948bd6ba670ab8cc62fbf91f8c28aaf5dbb18f12.tar.gz
add checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c20552bfc4f1..9c282877a5b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = traffictoll
pkgdesc = NetLimiter-like traffic shaping for Linux
pkgver = 0.1.0
- pkgrel = 4
+ pkgrel = 5
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 aa233f3155a7..0b8f2e4ea4cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('traffictoll')
pkgver=0.1.0
-pkgrel=4
+pkgrel=5
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"