summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-10-15 13:51:21 -0600
committerMark Wagie2023-10-15 13:51:21 -0600
commitfa648c0a187e62907feb3a38988a7020fef5e260 (patch)
tree51564e7fbf7f703dffe793bdd7efd1e0281e3023
parentf3b119a8c2d1e78a768e842ffe697489dcfbd6f9 (diff)
downloadaur-fa648c0a187e62907feb3a38988a7020fef5e260.tar.gz
fix owner & group ID
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d5c688f6624..5fd73dfa2487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-battery-health-charging-git
pkgdesc = An extension to maximize the battery life of laptops by setting their charging threshold/modes.
pkgver = r295.72edc97
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/maniacx/Battery-Health-Charging
install = battery-health-charging.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e71e6e7a58f5..bec033ae7130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-battery-health-charging-git
_uuid=Battery-Health-Charging@maniacx.github.com
pkgver=r295.72edc97
-pkgrel=1
+pkgrel=2
pkgdesc="An extension to maximize the battery life of laptops by setting their charging threshold/modes."
arch=('any')
url="https://github.com/maniacx/Battery-Health-Charging"
@@ -38,7 +38,7 @@ package() {
cd "$srcdir/Battery-Health-Charging"
install -d "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}"
bsdtar xvf "${_uuid}.shell-extension.zip" -C \
- "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/"
+ "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/" --no-same-owner
mv "$pkgdir/usr/share/gnome-shell/extensions/${_uuid}/locale" "$pkgdir/usr/share/"