summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHåvard Pettersson2018-04-17 15:57:27 +0200
committerHåvard Pettersson2018-04-17 15:57:27 +0200
commit6f6c0b91f0de735e0fcf0295ac8fb53fc835a097 (patch)
treefa52e5b204c15c1c9d24273553a8839f6f7a39af
parentf0530aabe30430455b9a734b3ac3d1d0f49842f8 (diff)
downloadaur-6f6c0b91f0de735e0fcf0295ac8fb53fc835a097.tar.gz
Make electron version sed accept other packages
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 396fc4fa056b..741aa9e1b762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ build() {
-s linux \
-r x64 \
-t electron \
- -v "$(pacman -Q electron | sed 's/electron \(.\+\)-.\+/\1/')" \
+ -v "$(pacman -Q electron | sed 's/.\+ \(.\+\)-.\+/\1/')" \
-p
}