summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergey Kasmy2020-02-19 04:36:28 +0100
committerSergey Kasmy2020-02-19 05:02:59 +0100
commiteca3d6ac3622fb6b4f87df59c9d72557f2774a18 (patch)
tree2e33682a00757da54b938ee3bdb09d4e272ffaeb /PKGBUILD
parent2e23c4cc00b70e052e8784796f49037a80bd2bcd (diff)
downloadaur-eca3d6ac3622fb6b4f87df59c9d72557f2774a18.tar.gz
Fetch releases from Github directly
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {