summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAkechiShiro2023-05-20 18:53:59 +0200
committerAkechiShiro2023-05-20 18:53:59 +0200
commit9323417d5c83f948aa6d6f77edfb762367ac65dc (patch)
tree2f6f81c62524b9d103488d2c2ce9ea0a31dc9e2d /PKGBUILD
parenta68bb77c7b78b3f326e890946963159d0137ff5b (diff)
downloadaur-9323417d5c83f948aa6d6f77edfb762367ac65dc.tar.gz
Update description and provide
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffa97078a729..041587cfc18b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _pyname=ubi_reader
pkgname=python-${_pyname}-git
pkgver=v0.8.6.r2.gdc9075c
pkgrel=1
-pkgdesc='Python bindings for the LZO data compression library'
+pkgdesc='Scripts for reading information about and extracting data from UBI and UBIFS images.'
arch=('any')
url="https://github.com/onekey-sec/$_pyname"
license=(GPL)
depends=(python)
conflicts=()
-provides=(ubi_reader)
+provides=(python-ubi_reader)
makedepends=(git python-pip python-build python-installer python-wheel python-setuptools python-poetry python-pytest python-pytest-cov)
checkdepends=()
source=("git+https://github.com/onekey-sec/$_pyname")