summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortleydxdy2020-01-22 01:06:23 +0800
committertleydxdy2021-04-09 08:05:51 +0800
commita702c02ca4130aa0a38095c23e974fd471109a05 (patch)
tree86f6effb73bc9f8ea5dd1adff3b6db568519dbda
parent9e5cddebf56d56cb3a6b38ef2e9ce7dff7257e75 (diff)
downloadaur-a702c02ca4130aa0a38095c23e974fd471109a05.tar.gz
update to 1.1.2
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 815c5b6afbb4..8cace97695fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-power
pkgdesc = System76 Power Management
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 1.1.2
+ pkgrel = 1
url = https://github.com/pop-os/system76-power
install = system76-power.install
arch = any
@@ -10,9 +10,10 @@ pkgbase = system76-power
depends = dbus
depends = systemd
depends = system76-dkms
- source = https://github.com/pop-os/system76-power/archive/1.0.1.tar.gz
+ source = https://github.com/pop-os/system76-power/archive/1.1.2.tar.gz
source = use-mkinitcpio.patch
- sha1sums = f2e361bf8c42d2453c3c61ddf3c6c7b929dbc4ea
+ sha1sums = b2a3de65b4b25206cf77050d7ca70ca6ae680022
sha1sums = 39969f4afb7bc50c4545f44a79529a62ebb37ef2
pkgname = system76-power
+
diff --git a/.gitignore b/.gitignore
index d01048399647..ee56d8c1098d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+*.tar.zst
*.tar.xz
*.tar.gz
/system76
diff --git a/PKGBUILD b/PKGBUILD
index 1125defb1fc5..6c38bbb46b5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=system76
_pkgbase=system76-power
pkgname=system76-power
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc="System76 Power Management"
arch=('any')
url="https://github.com/pop-os/system76-power"
@@ -21,7 +21,7 @@ source=(
'use-mkinitcpio.patch'
)
sha1sums=(
-'f2e361bf8c42d2453c3c61ddf3c6c7b929dbc4ea'
+'b2a3de65b4b25206cf77050d7ca70ca6ae680022'
'39969f4afb7bc50c4545f44a79529a62ebb37ef2'
)