summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f318273702f..6a521b8d29db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-largestinteriorrectangle
pkgdesc = Largest Interior/Inscribed Rectangle implementation in Python
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/OpenStitching/lir
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index cc809544d619..b0ca40adda42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-largestinteriorrectangle
_name=${pkgname#python-}
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Largest Interior/Inscribed Rectangle implementation in Python"
arch=('any')
url="https://github.com/OpenStitching/lir"
-license=('Apache')
+license=('Apache-2.0')
depends=('python-opencv' 'python-numba' 'python-numpy')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
checkdepends=()