summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radović2024-05-18 12:53:56 +0200
committerAndrej Radović2024-05-18 12:53:56 +0200
commit41838435cba4b2e30a477e621d4ad0469afad7a9 (patch)
treecfc8861adec22680e9a44c8c36390056605ca885
parentafcb04eb017c4cdc43a32bfab8271dade7cdc974 (diff)
downloadaur-41838435cba4b2e30a477e621d4ad0469afad7a9.tar.gz
Updated to 0.1.5, latest PyPi version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44ce3653a136..e15910a30e31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-mouser
pkgdesc = Mouser Python API
- pkgver = 0.1.3
- pkgrel = 2
+ pkgver = 0.1.5
+ pkgrel = 1
url = https://github.com/sparkmicro/mouser-api/
arch = any
license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-mouser
depends = python
depends = python-click
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/m/mouser/mouser-0.1.3.tar.gz
- sha256sums = 42e43b17e797bfc2b7a8323585ad8e772a8ba69d58439021635945cc0869cd5f
+ source = https://files.pythonhosted.org/packages/source/m/mouser/mouser-0.1.5.tar.gz
+ sha256sums = 1628574eceae806e0e3d9d94c1b1d241d5b4520565b26365dc8f2f11570a0b3c
pkgname = python-mouser
diff --git a/PKGBUILD b/PKGBUILD
index f6d1098bf352..5cb946806ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andrej Radović <r.andrej@gmail.com>
pkgname=python-mouser
_name=${pkgname#python-}
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.5
+pkgrel=1
pkgdesc="Mouser Python API"
url="https://github.com/sparkmicro/mouser-api/"
depends=(
@@ -14,7 +14,7 @@ makedepends=(python-build python-installer python-wheel python-poetry)
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('42e43b17e797bfc2b7a8323585ad8e772a8ba69d58439021635945cc0869cd5f')
+sha256sums=('1628574eceae806e0e3d9d94c1b1d241d5b4520565b26365dc8f2f11570a0b3c')
build() {
cd "$srcdir/$_name-$pkgver"