summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkechiShiro2023-05-20 18:53:59 +0200
committerAkechiShiro2023-05-20 18:53:59 +0200
commit9323417d5c83f948aa6d6f77edfb762367ac65dc (patch)
tree2f6f81c62524b9d103488d2c2ce9ea0a31dc9e2d
parenta68bb77c7b78b3f326e890946963159d0137ff5b (diff)
downloadaur-9323417d5c83f948aa6d6f77edfb762367ac65dc.tar.gz
Update description and provide
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bc0689bcdd3..0e5503b04987 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-ubi_reader-git
- pkgdesc = Python bindings for the LZO data compression library
+ pkgdesc = Scripts for reading information about and extracting data from UBI and UBIFS images.
pkgver = v0.8.6.r2.gdc9075c
pkgrel = 1
url = https://github.com/onekey-sec/ubi_reader
@@ -15,7 +15,7 @@ pkgbase = python-ubi_reader-git
makedepends = python-pytest
makedepends = python-pytest-cov
depends = python
- provides = ubi_reader
+ provides = python-ubi_reader
source = git+https://github.com/onekey-sec/ubi_reader
sha256sums = SKIP
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")