summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-04-01 01:00:15 +0200
committerbegin-theadventure2024-04-01 01:00:15 +0200
commit9a223da66587034141f4c25aaba30f82dfcd902a (patch)
tree7d2bf950fa9219ae1763ce7a81b9a7e64210ae22
parent05ed06469ff07ede2f80515bb6ef32300a9d67dd (diff)
downloadaur-9a223da66587034141f4c25aaba30f82dfcd902a.tar.gz
Fix symlink name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f8956cd1d05..cf19575681b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notepad
pkgdesc = A simple notepad for GNU/Linux distributions
pkgver = 1.2.7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/alexkdeveloper/notepad
arch = x86_64
arch = aarch64
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"
}