summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Laß2023-07-30 14:55:09 +0200
committerMichael Laß2023-07-30 14:55:09 +0200
commit92d86f522646994f30fa2d9a93d106aa6b431dd3 (patch)
tree6d00f59b08801cbcfac5c4f4e793b8dac302c0a8
parent63c3b35069162297b1791f75c5b8959d9cef3798 (diff)
downloadaur-92d86f522646994f30fa2d9a93d106aa6b431dd3.tar.gz
Give tarball a name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b8d12869c5e..2cd09a21be24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = meshtastic-python
depends = python-setuptools
depends = python-requests
optdepends = python-pytap2: TUN tunnel support
- source = https://github.com/meshtastic/python/archive/refs/tags/2.1.11.tar.gz
+ source = meshtastic-python-2.1.11::https://github.com/meshtastic/python/archive/refs/tags/2.1.11.tar.gz
source = https://github.com/meshtastic/python/commit/8e39a00c30fb97019c03b5f94ab598949d256af5.patch
sha256sums = 3ed60131716b93c4afb852c888620f588ed7f48da5ab259b76f7c5e1dc4d0a62
sha256sums = d84fe7ae94b7691fa0cda1c16200a6dcb5a7a36483bfa224b0663f0ca4018658
diff --git a/PKGBUILD b/PKGBUILD
index 588a176caee5..5975c05c64e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ license=('GPL3' 'Apache')
makedepends=(python-build python-installer python-wheel)
depends=('python-protobuf' 'python-pypubsub' 'python-dotmap' 'python-pyqrcode' 'python-tabulate' 'python-timeago' 'python-pyyaml' 'python-pygatt>=4.0.5-3' 'python-setuptools' 'python-requests')
optdepends=('python-pytap2: TUN tunnel support')
-source=("https://github.com/meshtastic/python/archive/refs/tags/${pkgver}.tar.gz"
+source=("${pkgname}-${pkgver}::https://github.com/meshtastic/python/archive/refs/tags/${pkgver}.tar.gz"
"https://github.com/meshtastic/python/commit/${_verbump}.patch")
sha256sums=('3ed60131716b93c4afb852c888620f588ed7f48da5ab259b76f7c5e1dc4d0a62'
'd84fe7ae94b7691fa0cda1c16200a6dcb5a7a36483bfa224b0663f0ca4018658')