summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Penner2021-01-13 18:38:38 -0800
committerDoug Penner2021-01-13 18:38:38 -0800
commit8acd1b362396233ac9ae2afcc7537a8b99901c5a (patch)
treeef57703a30e152b192dfaa92f53b693e2d48b2d0 /PKGBUILD
parent13b47a779f7f671747a9c027ccbfdef1a970fb09 (diff)
downloadaur-8acd1b362396233ac9ae2afcc7537a8b99901c5a.tar.gz
updated to 2020-12-R1 and removed merged patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1defe99ed5af..a3d5d0d00f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=ubertooth
-pkgver=2018.12.R1
-_pkgver=2018-12-R1
-pkgrel=6
+pkgver=2020.12.R1
+_pkgver=2020-12-R1
+pkgrel=1
pkgdesc="Open source wireless development platform suitable for Bluetooth experimentation"
url="https://github.com/greatscottgadgets/ubertooth/"
arch=('x86_64' 'i686')
@@ -9,13 +9,8 @@ license=('GPL')
depends=('bluez-libs' 'libbtbb>=2018.12.R1' 'libusb' 'libpcap' 'python-numpy' 'python-pyusb')
optdepends=('qt5-declarative' 'python-pyside2')
makedepends=('cmake')
-source=("https://github.com/greatscottgadgets/ubertooth/releases/download/${_pkgver}/ubertooth-${_pkgver}.tar.xz" "extern-packet_counter_max.patch")
-sha256sums=('0042daa79db0f4148a0255cdf05aa57006e23ac36edf7024e9e99ccc4892867b' '6a88a2e000e02b1dd31dee125cbe9f8713c2c397023ae9ee8f6e57aa71fa9598')
-
-prepare() {
- cd "${pkgname}-${_pkgver}"
- patch --forward --strip=1 --input="${srcdir}/extern-packet_counter_max.patch"
-}
+source=("https://github.com/greatscottgadgets/ubertooth/releases/download/${_pkgver}/ubertooth-${_pkgver}.tar.xz")
+sha256sums=('93a4ce7af8eddcc299d65aff8dd3a0455293022f7fea4738b286353f833bf986')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}/host/"