summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancisco Soto2018-09-24 11:49:32 -0700
committerFrancisco Soto2018-09-24 11:49:32 -0700
commit1ba8625f3672491d3f08fef838f9d49aef7e45df (patch)
tree08cad3096bb30241c8a1ac1039286d5f187aba09 /PKGBUILD
parentd3237463507271353b8081ab3dfe616b83f37efc (diff)
downloadaur-1ba8625f3672491d3f08fef838f9d49aef7e45df.tar.gz
Updated to version 113-1. main.rs needs no patch.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c2c730d4ee6..c63d23b559e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=system76
_pkgbase=system76-power
pkgname=system76-power-git
-pkgver=111
-pkgrel=2
+pkgver=113
+pkgrel=1
pkgdesc="System76 Power Management"
arch=('any')
url="https://github.com/pop-os/system76-power"
@@ -21,12 +21,10 @@ makedepends=('rust')
source=(
'system76::git+https://github.com/pop-os/system76-power.git#branch=master'
'graphics.patch'
- 'main.patch'
)
sha1sums=(
'SKIP'
'e486644709099b6348dc96d5f468ae289840dade'
- '84d590e0f15ac601a74ab09ac7206a62c81edb84'
)
pkgver() {
@@ -37,7 +35,6 @@ pkgver() {
build() {
cd ${startdir}
patch -p0 < ${startdir}/graphics.patch
- patch -p0 < ${startdir}/main.patch
cd ${srcdir}/${_pkgname}