summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-11-04 08:59:47 -0600
committerMark Wagie2021-11-04 08:59:47 -0600
commit7a108312165b96b27bb266561722a39695b5a257 (patch)
tree2567b5c179bfe552eeccc10a73249f494057e3c6
parent3486cff106cd8454ef0123eec0153105902d159f (diff)
downloadaur-7a108312165b96b27bb266561722a39695b5a257.tar.gz
drop patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7939926e665..151c721f5756 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-bluetooth-battery-indicator-git
pkgdesc = Gnome-Shell extension displaying battery percentage for bluetooth devices
- pkgver = r31.16e39f2
+ pkgver = r34.f5f6f51
pkgrel = 1
url = https://github.com/MichalW/gnome-bluetooth-battery-indicator
arch = any
@@ -12,10 +12,8 @@ pkgbase = gnome-bluetooth-battery-indicator-git
provides = gnome-bluetooth-battery-indicator
conflicts = gnome-bluetooth-battery-indicator
source = git+https://github.com/MichalW/gnome-bluetooth-battery-indicator.git
- source = https://github.com/MichalW/gnome-bluetooth-battery-indicator/pull/25.patch
source = git+https://github.com/TheWeirdDev/Bluetooth_Headset_Battery_Level.git
sha256sums = SKIP
- sha256sums = aeb9f880715e8ceebecceb434bd2c2ea3c17c9873d339a5d8861a9950dfc4a09
sha256sums = SKIP
pkgname = gnome-bluetooth-battery-indicator-git
diff --git a/PKGBUILD b/PKGBUILD
index 885c7fe303fa..b934b3c10da4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gnome-bluetooth-battery-indicator-git
-pkgver=r31.16e39f2
+pkgver=r34.f5f6f51
pkgrel=1
pkgdesc="Gnome-Shell extension displaying battery percentage for bluetooth devices"
arch=('any')
@@ -12,10 +12,8 @@ optdepends=('bluez-utils: Get battery levels using bluetoothctl')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/MichalW/gnome-bluetooth-battery-indicator.git'
- 'https://github.com/MichalW/gnome-bluetooth-battery-indicator/pull/25.patch'
'git+https://github.com/TheWeirdDev/Bluetooth_Headset_Battery_Level.git')
sha256sums=('SKIP'
- 'aeb9f880715e8ceebecceb434bd2c2ea3c17c9873d339a5d8861a9950dfc4a09'
'SKIP')
pkgver() {
@@ -29,9 +27,6 @@ prepare() {
git config submodule.Bluetooth_Headset_Battery_Level.url \
"$srcdir/Bluetooth_Headset_Battery_Level"
git submodule update
-
- # pack scripts folder
- patch -Np1 -i "$srcdir/25.patch"
}
build() {