summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2018-07-04 15:44:01 +0200
committerDaniel Peukert2018-07-04 15:44:01 +0200
commit9f8ba68098c08c19b5711e1604b51831eb010c76 (patch)
treeaee379f98a1fd856efa868464580e01bd3d0ac50 /PKGBUILD
parenteb300d45dc326521228898d88499b12057b4aa93 (diff)
downloadaur-9f8ba68098c08c19b5711e1604b51831eb010c76.tar.gz
Removed an accidentaly pasted line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc3f764ff9d7..68ed43177c59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: dpeukert
pkgname=marktext
pkgver=0.12.25
-pkgrel=1
+pkgrel=2
pkgdesc='Next generation markdown editor'
arch=('x86' 'x86_64')
url='https://marktext.github.io/website/'
@@ -46,7 +46,6 @@ package() {
install -D build/linux-unpacked/LICENSES.chromium.html "$pkgdir/usr/share/licenses/$pkgname/LICENSES.chromium.html"
# Install desktop file and icon
- install -D "build/linux-unpacked/blink_image_resources_200_percent.pak" "$pkgdir/usr/lib/$pkgname/blink_image_resources_200_percent.pak"
install -D "resources/linux/marktext.desktop" "$pkgdir/usr/share/applications/marktext.desktop"
install -D "build/.icon-set/icon_512x512.png" "$pkgdir/usr/share/pixmaps/marktext.png"
}