summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkechiShiro2023-05-20 18:56:28 +0200
committerAkechiShiro2023-05-20 18:56:28 +0200
commit8258dab60792a0002e5b3e18185788471ed5b521 (patch)
treedf072e812f80f913f550c0e87be08446be2211c1
parent9323417d5c83f948aa6d6f77edfb762367ac65dc (diff)
downloadaur-8258dab60792a0002e5b3e18185788471ed5b521.tar.gz
Fix naming of package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e5503b04987..7cf177bdc6e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = python-ubi_reader-git
+pkgbase = python-ubi-reader-git
pkgdesc = Scripts for reading information about and extracting data from UBI and UBIFS images.
pkgver = v0.8.6.r2.gdc9075c
pkgrel = 1
@@ -15,8 +15,8 @@ pkgbase = python-ubi_reader-git
makedepends = python-pytest
makedepends = python-pytest-cov
depends = python
- provides = python-ubi_reader
+ provides = python-ubi-reader
source = git+https://github.com/onekey-sec/ubi_reader
sha256sums = SKIP
-pkgname = python-ubi_reader-git
+pkgname = python-ubi-reader-git
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")