summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2018-08-23 16:16:19 +0200
committerChristopher Arndt2018-08-23 16:16:19 +0200
commitf6d82ccfa426a3313126c9e657dbcce5fb1e50a0 (patch)
treec20c9821133ade4dc40060caf131787651debff8 /PKGBUILD
parentcbc567c2839903ceafc865108ca7c917530cfa36 (diff)
downloadaur-f6d82ccfa426a3313126c9e657dbcce5fb1e50a0.tar.gz
Fix extra semicolon in desktop file
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fddb9f2313f3..133629b2760f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mu-editor
epoch=1
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='A simple Python editor for beginner programmers'
arch=('any')
url='https://codewith.mu/'
@@ -42,7 +42,7 @@ build() {
--exec=$pkgname \
--terminal=false \
--startupnotify=true \
- "--mimetypes=text/x-python;text/x-python3;"
+ "--mimetypes=text/x-python;text/x-python3"
}
package() {