summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcooky-122024-03-12 19:36:25 +0800
committercooky-122024-03-12 19:36:25 +0800
commit28b1594b07d8bb5973527622aac37d9de598e911 (patch)
tree2f8f3e3c23f3c4865fba3342e26a795199336c2e
parent11590610e771f78836dbff28ad166d926e5fc160 (diff)
downloadaur-28b1594b07d8bb5973527622aac37d9de598e911.tar.gz
add provides bluez to avoid breaking dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 061959a5375d..ba33016a6b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bluez-ps3
pkgver = 5.73
- pkgrel = 0
+ pkgrel = 1
url = http://www.bluez.org/
arch = x86_64
license = GPL-2.0-only
@@ -11,6 +11,7 @@ pkgbase = bluez-ps3
makedepends = json-c
makedepends = ell
makedepends = python-docutils
+ provides = bluez
source = https://www.kernel.org/pub/linux/bluetooth/bluez-5.73.tar.xz
source = bluetooth.modprobe
source = fake-ps3.patch
diff --git a/PKGBUILD b/PKGBUILD
index 2c9b3d47ccef..840024bf5c02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
# Maintainer: Cooky-12 cooky-12@qq.com
-
+provides=('bluez')
pkgname=('bluez-ps3')
pkgver=5.73
-pkgrel=0
+pkgrel=1
url="http://www.bluez.org/"
arch=('x86_64')
license=('GPL-2.0-only')