summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbegin-theadventure2024-04-01 00:55:55 +0200
committerbegin-theadventure2024-04-01 00:55:55 +0200
commit05ed06469ff07ede2f80515bb6ef32300a9d67dd (patch)
tree565784aef3b338da637ecafe463e7586fe27888e /PKGBUILD
parent79fc72a72ca993f981203db4303c9d976a06f374 (diff)
downloadaur-05ed06469ff07ede2f80515bb6ef32300a9d67dd.tar.gz
Rollback and fix package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52bfeff4dd7e..65eb78dc2af9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=notepad
pkgver=1.2.7
_commit=7df18c3d6245c148d628290a910459c5f62f6a5e
-pkgrel=1
+pkgrel=2
pkgdesc='A simple notepad for GNU/Linux distributions'
url="https://github.com/alexkdeveloper/notepad"
license=('GPL-3.0-or-later')
@@ -24,10 +24,6 @@ check() {
}
package() {
- $name=com.github.alexkdeveloper.notepad
meson install -C build --destdir "$pkgdir"
- ln -s $name "$pkgdir/usr/bin/notepad.alexkdeveloper"
- cd notepad
- install -Dm644 README.md "$pkgdir/usr/share/doc/notepad"
- install -Dm644 data/$name.xml.in "$pkgdir/usr/share/doc/notepad/CHANGELOG.xml"
+ ln -s /usr/bin/com.github.alexkdeveloper.notepad "$pkgdir/usr/bin/notepad"
}