summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radović2023-02-18 20:56:32 +0100
committerAndrej Radović2023-02-18 20:56:32 +0100
commit21ad5dd1fa3ea24c0294dd41af30aa55774137ae (patch)
tree72659a57136c7c1cb966cea69b085c4d16291e29
parent4dbd4ca9250b10943f9314ce59840accdd4bbd37 (diff)
downloadaur-kipart.tar.gz
Fixed bad release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0c5f82ae6a8..32eece2d45e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kipart
pkgdesc = Python package for generating multi-unit schematic symbols for KiCad from a CSV file
- pkgver = 1.0.0
- pkgrel = 1
+ pkgver = 1.4.1
+ pkgrel = 2
url = https://github.com/devbisme/KiPart
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = kipart
depends = python-future
depends = python-openpyxl
depends = python-pyparsing
- source = https://files.pythonhosted.org/packages/source/k/kipart/kipart-1.0.0.tar.gz
- sha256sums = 3832c9618e8c5994b27842aa352fb2785f793aa7dcd7058aa3f4ad6770b2aa00
+ source = https://files.pythonhosted.org/packages/source/k/kipart/kipart-1.4.1.tar.gz
+ sha256sums = 980efdbbcedde6564af0ee1bfb61bc59ff84eb644a8f75b439ca1195ab2210f0
pkgname = kipart
diff --git a/PKGBUILD b/PKGBUILD
index cf0e1b3f7243..3e6e716787a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kipart
pkgver=1.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python package for generating multi-unit schematic symbols for KiCad from a CSV file"
url="https://github.com/devbisme/KiPart"
depends=(
@@ -19,7 +19,7 @@ optdepends=()
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('3832c9618e8c5994b27842aa352fb2785f793aa7dcd7058aa3f4ad6770b2aa00')
+sha256sums=('980efdbbcedde6564af0ee1bfb61bc59ff84eb644a8f75b439ca1195ab2210f0')
build() {
cd "$srcdir/$pkgname-$pkgver"