summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dee3c42918aa..0e2aad7b755e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sergey Safonov <spoof-arch@spoofa.info>
pkgname=python-lzo
-pkgver=1.15
+pkgver=1.16
pkgrel=1
pkgdesc="Python bindings for the LZO data compression library"
arch=('x86_64')
@@ -12,8 +12,8 @@ license=('GPL2')
depends=(python)
makedepends=(lzo python-{build,installer,wheel,setuptools})
checkdepends=(python-pytest)
-source=("https://pypi.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('a57aaa00c5c3a0515dd9f7426ba2cf601767dc19dc023d8b99d4a13b0a327b49')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jd-boyd/python-lzo/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('81542d191c6a3f81bd8f04e75a12107ef8197c35e5b7b54c11773910fd56a065')
build() {
cd "$pkgname-$pkgver"