summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNbiba Bedis2020-01-04 16:49:35 +0100
committerNbiba Bedis2020-01-04 16:49:35 +0100
commit4e5387a826c5fb51289de1b81fb899df0123417f (patch)
tree037010469e543e7f555fa905986974f5fe2b45b4
parent99afbc6328802c7c2da48083b7e7d07000efcc07 (diff)
downloadaur-4e5387a826c5fb51289de1b81fb899df0123417f.tar.gz
fix checksum for greater good
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e1fe51d08ee..3a87d181873a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('traffictoll')
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
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=('e9498ddf3c3e11cb81ed6d49131ba57b')
package() {
cd "TrafficToll-master"