summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2022-09-24 13:57:18 +0200
committerMarco Rubin2022-09-24 13:57:18 +0200
commit28c95f94d907e83d0c1aeb272e4b414758f905ef (patch)
treeefe4219fa17d3cda2e84945afee35b7e428c23fa
parent4b298600dec57eed2d2c6e822f801f9b70373cda (diff)
downloadaur-28c95f94d907e83d0c1aeb272e4b414758f905ef.tar.gz
Fixes
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2cfe9491bdb..1992112c5ea0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-rpa
- pkgdesc = ModernGL: High performance rendering for Python 3
+ pkgdesc = RPA for Python is a Python package for RPA (robotic process automation)
pkgver = 1.48.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tebelorg/RPA-Python
arch = x86_64
license = Apache
@@ -11,6 +11,6 @@ pkgbase = python-rpa
depends = python-tagui
depends = tesseract
source = https://files.pythonhosted.org/packages/source/r/rpa/rpa-1.48.1.tar.gz
- b2sums = SKIP
+ b2sums = 2eabea0b0ce3560805a7b4a63a364cdc213d2d9a92ae4ec047b86f9816ba560d6b2e3fecc4484c98238524adef1ee4e4a199e679521ba86cb371f64004a600af
pkgname = python-rpa
diff --git a/PKGBUILD b/PKGBUILD
index dfcca9567de8..92fa8c9c38db 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_name=rpa
pkgname=python-$_name
pkgver=1.48.1
-pkgrel=1
-pkgdesc='ModernGL: High performance rendering for Python 3'
+pkgrel=2
+pkgdesc='RPA for Python is a Python package for RPA (robotic process automation)'
arch=(x86_64)
url='https://github.com/tebelorg/RPA-Python'
license=('Apache')
depends=(opencv python python-tagui tesseract)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-b2sums=('SKIP')
+b2sums=('2eabea0b0ce3560805a7b4a63a364cdc213d2d9a92ae4ec047b86f9816ba560d6b2e3fecc4484c98238524adef1ee4e4a199e679521ba86cb371f64004a600af')
build() {
cd $_name-$pkgver