summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e8f425258d5..60f7c4d0902b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = liquidctl
pkgdesc = Cross-platform tool and drivers for liquid coolers and other devices
pkgver = 1.3.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jonasmalacofilho/liquidctl
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = liquidctl
depends = python-pyusb
depends = python-hidapi
depends = python-docopt
- source = https://files.pythonhosted.org/packages/source/l/liquidctl/liquidctl-1.3.3.tar.gz
+ source = https://github.com/jonasmalacofilho/liquidctl/releases/download/v1.3.3/liquidctl-1.3.3.tar.gz
sha256sums = d13180867e07420c5890fe1110e8f45fe343794549a9ed7d5e8e76663bc10c24
pkgname = liquidctl
diff --git a/PKGBUILD b/PKGBUILD
index fe652e547186..3f96b237504b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=liquidctl
pkgver=1.3.3
-pkgrel=3
+pkgrel=4
pkgdesc="Cross-platform tool and drivers for liquid coolers and other devices"
url="https://github.com/jonasmalacofilho/liquidctl"
depends=('python' 'python-setuptools' 'python-pyusb' 'python-hidapi' 'python-docopt')
license=('GPL3')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/l/liquidctl/liquidctl-${pkgver}.tar.gz")
+source=("${url}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('d13180867e07420c5890fe1110e8f45fe343794549a9ed7d5e8e76663bc10c24')
build() {