summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11202f4f4a25..7a699cf78a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=traffictoll
_pkgname=TrafficToll
-pkgver=0.1.1
-pkgrel=4
+pkgver=1.3.1
+pkgrel=1
pkgdesc='NetLimiter-like traffic shaping for Linux'
arch=('any')
url='https://github.com/cryzed/TrafficToll'
@@ -12,8 +12,8 @@ depends=('python' 'python-ruamel-yaml' 'python-psutil' 'python-loguru')
makedepends=('python-setuptools')
provides=('tt')
conflicts=('tt')
-source=('git+https://github.com/cryzed/TrafficToll.git')
-md5sums=('SKIP')
+source=('https://github.com/cryzed/TrafficToll/releases/download/v1.3.1/TrafficToll-1.3.1.tar.gz')
+md5sums=('c72dedf13588219ef81207546a3a2b8d')
package() {
cd ${_pkgname}