summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-04-29 21:13:29 +0200
committerTérence Clastres2019-04-29 21:13:29 +0200
commit9acde47117dccbaaba41b9d7894b277097fe5b19 (patch)
treeb9e39eedab6ef5c423c87a74a33f5e3442839077
parent6f02f6bc793f6c65d425740851753e44588cb04f (diff)
downloadaur-9acde47117dccbaaba41b9d7894b277097fe5b19.tar.gz
cleanups
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e6cbd400809..491fb552e4c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -39,8 +39,7 @@ sha256sums=('SKIP'
pkgver() {
cd $pkgname
-
- git describe --tags | sed "s/-/+/g"
+ git describe --tags | sed 's/-/+/g'
}
prepare() {
@@ -106,10 +105,6 @@ prepare() {
# https://bugzilla.mozilla.org/show_bug.cgi?id=1534089
patch -Np1 -i ../0001-wayland-output-Report-unscaled-size-even-in-logical-.patch
-
- # cogl-winsys-glx: Fix frame notification race/leak [performance]
- # https://gitlab.gnome.org/GNOME/mutter/merge_requests/216
- git apply -3 ../216.patch
}
build() {