summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Laß2023-07-30 14:52:00 +0200
committerMichael Laß2023-07-30 14:52:00 +0200
commitcd0bef9f0226c833b605870822f1e30de8e633f5 (patch)
tree5d9b27415a915793b27848e7664c0b07f1dfd9ff /PKGBUILD
parent1743f44c4e43ba4b6e5738908e66bdce85707372 (diff)
downloadaur-python-pygatt.tar.gz
Give tarball a name and update .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7aa3c31c9713..9d9ccec3bf2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ arch=('any')
depends=(python-pexpect python-pyserial)
makedepends=(python-build python-installer python-wheel python-nose)
checkdepends=(python-mock)
-source=(https://github.com/peplin/${_module}/archive/refs/tags/v${pkgver}.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/peplin/${_module}/archive/refs/tags/v${pkgver}.tar.gz
0001-Remove-dependency-on-enum-compat.patch)
sha256sums=('fdfca26688b55f8d63800dbca6989bfbfff7796e0dcba3b020daffea34e9f224'
'1485111d418ac0812751426bbbec76ef56f8d79b7740f41009f7f6cb7f2a1e1a')