summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshironeko2022-05-23 21:10:28 -0400
committershironeko2022-05-23 21:10:28 -0400
commitffbf305faee53483fcfa6b74821b04cdc10b4c29 (patch)
tree920692646686e900c9fe9ac2092fbb7a912f3f8d
parentc7cbd0013ba44e7947cdec152da5f1f8e48b4d5c (diff)
downloadaur-ffbf305faee53483fcfa6b74821b04cdc10b4c29.tar.gz
update to 1.1.21
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
-rw-r--r--makefile.patch15
3 files changed, 6 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b3f03372a02..603ea60d0821 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = system76-power
pkgdesc = System76 Power Management
- pkgver = 1.1.20
+ pkgver = 1.1.21
pkgrel = 1
url = https://github.com/pop-os/system76-power
install = system76-power.install
@@ -13,11 +13,9 @@ pkgbase = system76-power
optdepends = system76-acpi-dkms: some systems might need this driver
optdepends = system76-dkms: some systems might need this driver
optdepends = system76-io-dkms: some systems might need this driver
- source = https://github.com/pop-os/system76-power/archive/1.1.20.tar.gz
+ source = https://github.com/pop-os/system76-power/archive/1.1.21.tar.gz
source = use-mkinitcpio.patch
- source = makefile.patch
- sha256sums = 9b73112a86dba2b5ec3e88c01d64ad43c2e3575530ab6437f370e2a2d609d259
+ sha256sums = 5369b2c8face5c4ef7a2482b6625d242a6b99b72fe12ea1e4585e2d7b3e47b73
sha256sums = a6f45126461f22b47ac9671280e2cf2fbd52e389642d8dd865844bf2b7d43715
- sha256sums = 61f8a26463527404b55bb7ee5dc18d909ad44bf56ac743ec8b081324c0def1e5
pkgname = system76-power
diff --git a/PKGBUILD b/PKGBUILD
index 8c9690d3791a..0032d3cd8cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tleydxdy <shironeko(at)waifu(dot)club>
pkgname=system76-power
-pkgver=1.1.20
+pkgver=1.1.21
pkgrel=1
pkgdesc="System76 Power Management"
arch=('any')
@@ -22,19 +22,15 @@ makedepends=('rust')
source=(
"https://github.com/pop-os/${pkgname}/archive/${pkgver}.tar.gz"
'use-mkinitcpio.patch'
-'makefile.patch'
)
-sha256sums=('9b73112a86dba2b5ec3e88c01d64ad43c2e3575530ab6437f370e2a2d609d259'
- 'a6f45126461f22b47ac9671280e2cf2fbd52e389642d8dd865844bf2b7d43715'
- '61f8a26463527404b55bb7ee5dc18d909ad44bf56ac743ec8b081324c0def1e5')
+sha256sums=('5369b2c8face5c4ef7a2482b6625d242a6b99b72fe12ea1e4585e2d7b3e47b73'
+ 'a6f45126461f22b47ac9671280e2cf2fbd52e389642d8dd865844bf2b7d43715')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
# use mkinitcpio -P inplace of update-initramfs -u
patch --no-backup-if-mismatch -Np1 -i "${srcdir}"/use-mkinitcpio.patch
- # fix makefile
- patch --no-backup-if-mismatch -Np1 -i "${srcdir}"/makefile.patch
}
build() {
diff --git a/makefile.patch b/makefile.patch
deleted file mode 100644
index 2cc2bd6d94b1..000000000000
--- a/makefile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -36,7 +36,7 @@ distclean:
-
- install: all
- install -D -m 0755 "target/release/$(BIN)" "$(DESTDIR)$(bindir)/$(BIN)"
-- install -D -m 0644 "data/$(RDD).xml" "$(DESTDIR)$(sysconfdir)/dbus-1/interfaces/$(RDD).xml"
-- install -D -m 0644 "data/$(BIN).conf" "$(DESTDIR)$(sysconfdir)/dbus-1/system.d/$(BIN).conf"
-- install -D -m 0644 "debian/$(BIN).service" "$(DESTDIR)$(sysconfdir)/systemd/system/$(BIN).service"
-+ install -D -m 0644 "data/$(RDD).xml" "$(DESTDIR)$(datadir)/dbus-1/interfaces/$(RDD).xml"
-+ install -D -m 0644 "data/$(BIN).conf" "$(DESTDIR)$(datadir)/dbus-1/system.d/$(BIN).conf"
-+ install -D -m 0644 "debian/$(BIN).service" "$(DESTDIR)$(libdir)/systemd/system/$(BIN).service"
- install -D -m 0644 "data/$(POLICY).policy" $(DESTDIR)$(datadir)/polkit-1/actions/$(POLICY).policy
-
- uninstall: