summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbegin-theadventure2024-04-01 01:00:15 +0200
committerbegin-theadventure2024-04-01 01:00:15 +0200
commit9a223da66587034141f4c25aaba30f82dfcd902a (patch)
tree7d2bf950fa9219ae1763ce7a81b9a7e64210ae22 /PKGBUILD
parent05ed06469ff07ede2f80515bb6ef32300a9d67dd (diff)
downloadaur-notepad.tar.gz
Fix symlink name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65eb78dc2af9..e6ee692f93fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=notepad
pkgver=1.2.7
_commit=7df18c3d6245c148d628290a910459c5f62f6a5e
-pkgrel=2
+pkgrel=3
pkgdesc='A simple notepad for GNU/Linux distributions'
url="https://github.com/alexkdeveloper/notepad"
license=('GPL-3.0-or-later')
@@ -25,5 +25,5 @@ check() {
package() {
meson install -C build --destdir "$pkgdir"
- ln -s /usr/bin/com.github.alexkdeveloper.notepad "$pkgdir/usr/bin/notepad"
+ ln -s /usr/bin/com.github.alexkdeveloper.notepad "$pkgdir/usr/bin/notepad.alexkdeveloper"
}