summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPopolon2022-04-23 12:22:11 +0200
committerPopolon2022-04-23 12:22:11 +0200
commitc31dc597eead5ef5450ee69afbc97b1691e2d854 (patch)
treed42b6142d2066b0959cb7c2d9ad51a1293630fab
parentbd005faebd332dd194b01ac1e1d05db62c2bca52 (diff)
downloadaur-c31dc597eead5ef5450ee69afbc97b1691e2d854.tar.gz
upgrade to 0.1.16
-rw-r--r--.PKGINFO16
-rw-r--r--PKGBUILD4
2 files changed, 18 insertions, 2 deletions
diff --git a/.PKGINFO b/.PKGINFO
new file mode 100644
index 000000000000..610bf6edd62b
--- /dev/null
+++ b/.PKGINFO
@@ -0,0 +1,16 @@
+# Generated by makepkg 6.0.1
+# using fakeroot version 1.26
+pkgname = python-bronzebeard
+pkgbase = python-bronzebeard
+pkgver = 0.1.15-1
+pkgdesc = Minimal ecosystem for bare-metal assembly RISC-V development
+url = https://github.com/theandrew168/bronzebeard
+builddate = 1639519910
+packager = Unknown Packager
+size = 592238
+arch = any
+license = MIT
+depend = python
+depend = python-pyusb
+depend = python-pyserial
+makedepend = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 1c7157714029..8b038ddf4b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-bronzebeard'
pkgname=('python-bronzebeard')
_module='bronzebeard'
-pkgver='0.1.15'
+pkgver='0.1.16'
pkgrel=1
pkgdesc="Minimal ecosystem for bare-metal assembly RISC-V development"
url="https://github.com/theandrew168/bronzebeard"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('00fee5113cb33530741c72c2ed4b29c79e9954c42cf6de7f511eb468ae7441e3')
+sha256sums=('f9c6e66f4d1fa6fb535784fc3cf7f35910c1ebe0093c8b474230e0b019483098')
build() {
cd "${srcdir}/${_module}-${pkgver}"