summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2022-06-04 16:49:12 +0200
committerdreieck2022-06-04 16:49:12 +0200
commit7579ff2f86c999841af8191db1ffefadb92d1a30 (patch)
tree74cf333ef31364f273e97e7d4bc8b5ef7bd47313
parent86df4002fd9cd615057bca84238e9bbc88a6857c (diff)
downloadaur-7579ff2f86c999841af8191db1ffefadb92d1a30.tar.gz
Cosmetic `PKGBUILD` change.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a35f3c4021d7..d09cd394af1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = balongflash-git
pkgdesc = Flashing utility for Huawei E3372 and other modems baesd on Balong v7
pkgver = 3.0+290.r112.20211111.bf43faa
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/forth32/balongflash
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8a56818d2b21..ddd1e7a8b98f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_pkgname="balongflash"
pkgname="${_pkgname}-git"
pkgver=3.0+290.r112.20211111.bf43faa
-pkgrel=1
+pkgrel=2
pkgdesc='Flashing utility for Huawei E3372 and other modems baesd on Balong v7'
arch=('i686' 'x86_64')
url="https://github.com/forth32/balongflash"
license=('GPL3')
depends=('zlib')
makedepends=('git')
-provides=("balongflash=${pkgver}")
-conflicts=(balongflash)
-options=()
+optdepends=()
+provides=("${_pkgname}=${pkgver}")
+conflicts=("${_pkgname}")
source=(
"${_pkgname}::git+https://github.com/forth32/balongflash.git"
@@ -39,7 +39,6 @@ pkgver() {
else
printf '%s' "${_ver}+${_buildno}.r${_rev}.${_date}.${_hash}"
fi
-
}
build() {