summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia Pellegrino2024-07-06 21:12:59 +0200
committerClaudia Pellegrino2024-07-06 21:12:59 +0200
commit9da5fe0483e1036924fad3bce5cfb71a9381177c (patch)
tree8d209a6464ec777914e6fdc3a25564edee7d2aaf
parenta94fc26189c5d1dbe39d1f43cfd47cbb8a11ef55 (diff)
downloadaur-9da5fe0483e1036924fad3bce5cfb71a9381177c.tar.gz
python-luna-usb v0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9490a006709f..1f168939962d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-luna-usb
pkgdesc = Amaranth HDL framework for monitoring, hacking, and developing USB devices
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/greatscottgadgets/luna
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-luna-usb
optdepends = python-libusb1: to use the bulk_speed_test applet
optdepends = python-luna-boards: connect to Luna boards
optdepends = python-prompt_toolkit: to use the included applets
- source = luna-0.1.0.tar.gz::https://github.com/greatscottgadgets/luna/archive/0.1.0.tar.gz
- sha512sums = 2f8087c48d3ae59cce938ae6f7d6005b1f38d9d30a24017461f653aec97a47f607d730e3e62dc1eeb9e5fda6295d8d12689ce91fee07baba79f13c65afacc5c7
+ source = luna-0.1.1.tar.gz::https://github.com/greatscottgadgets/luna/archive/0.1.1.tar.gz
+ sha512sums = 09e8df0f62ddcfbcf41cee48255f5c5c18e732f9011e0dacaef48cc80c6223f45092eaafe348632661f79a6033818d2af7fded8ef9b46cbd673af5579d708009
pkgname = python-luna-usb
diff --git a/PKGBUILD b/PKGBUILD
index 0386ff6a5c48..ed8921d1d209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-luna-usb
_gitpkgname=luna
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc='Amaranth HDL framework for monitoring, hacking, and developing USB devices'
arch=('any')
@@ -37,9 +37,7 @@ source=(
"${_gitpkgname}-${pkgver}.tar.gz::https://github.com/greatscottgadgets/luna/archive/${pkgver}.tar.gz"
)
-sha512sums=(
- '2f8087c48d3ae59cce938ae6f7d6005b1f38d9d30a24017461f653aec97a47f607d730e3e62dc1eeb9e5fda6295d8d12689ce91fee07baba79f13c65afacc5c7'
-)
+sha512sums=('09e8df0f62ddcfbcf41cee48255f5c5c18e732f9011e0dacaef48cc80c6223f45092eaafe348632661f79a6033818d2af7fded8ef9b46cbd673af5579d708009')
prepare() {
cd "${_gitpkgname}-${pkgver}"