summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAkechiShiro2023-05-20 18:56:28 +0200
committerAkechiShiro2023-05-20 18:56:28 +0200
commit8258dab60792a0002e5b3e18185788471ed5b521 (patch)
treedf072e812f80f913f550c0e87be08446be2211c1 /PKGBUILD
parent9323417d5c83f948aa6d6f77edfb762367ac65dc (diff)
downloadaur-8258dab60792a0002e5b3e18185788471ed5b521.tar.gz
Fix naming of package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 041587cfc18b..24097ee649df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AkechiShiro <akechishiro-aur at lahfa dot xyz>
_pyname=ubi_reader
-pkgname=python-${_pyname}-git
+pkgname=python-${_pyname//_/-}-git
pkgver=v0.8.6.r2.gdc9075c
pkgrel=1
pkgdesc='Scripts for reading information about and extracting data from UBI and UBIFS images.'
@@ -10,7 +10,7 @@ url="https://github.com/onekey-sec/$_pyname"
license=(GPL)
depends=(python)
conflicts=()
-provides=(python-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")