libsamsung-ipc: update to 6.0.0003 and fix pkgver
Unfortunately pmbootstrap did not detect, that we had an invalid pkgver in this package. See bug #1144.
This commit is contained in:
parent
017f0b4c3e
commit
63247b469f
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
|||
pkgname=libsamsung-ipc
|
||||
pkgver=6.0_0002
|
||||
_pkgver=${pkgver/_/-}
|
||||
pkgrel=2
|
||||
pkgver=6.0.0003
|
||||
pkgrel=0
|
||||
pkgdesc="Implementation of Samsung modem protocol"
|
||||
url="https://redmine.replicant.us/projects/replicant/wiki/Libsamsung-ipc"
|
||||
arch="all"
|
||||
|
@ -9,6 +8,9 @@ license="GPLv2"
|
|||
depends=""
|
||||
makedepends="autoconf automake libtool libressl-dev linux-headers"
|
||||
subpackages=""
|
||||
|
||||
# Replace the last dot with a minus
|
||||
_pkgver="$(echo "$pkgver" | sed 's/\([0-9]*\.[0-9]*\)\.*/\1-/')"
|
||||
source="
|
||||
$pkgname-$_pkgver.tar.gz::https://git.replicant.us/replicant/external_libsamsung-ipc/snapshot/external_libsamsung-ipc-replicant-${_pkgver}.tar.gz
|
||||
0001-i9100-modem-firmware-device-path.patch
|
||||
|
@ -27,5 +29,5 @@ package() {
|
|||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="59974fda58914829a221ecf8ce5bec5ec1e76ef1dba95d86942b224b41d3e41e542c3214be43ba31dd93304ed4aa8135892ea364dd1aa4aa42217cf20507db14 libsamsung-ipc-6.0-0002.tar.gz
|
||||
sha512sums="4606021a0f3fb4257bc6bb156165f4faa6873c4dff2e5ace37293ae488e6ffa0685e12b64dcf7a96bba014aa110b4bf8e1de73b643b61ca58ca518f6df467da7 libsamsung-ipc-6.0-0003.tar.gz
|
||||
b4a092fca35825d3d20886cb96135d944a4a3fbdb596b925c02c1a294160b7abbe1e5fa9f832816fe35f4a5d6b87546504b67950e17173e145b505e8108d0ccc 0001-i9100-modem-firmware-device-path.patch"
|
||||
|
|
Loading…
Reference in a new issue