Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
nano-syntax-highlighting


Commits:
ad320ba0 by Tobias Powalowski at 2025-09-17T15:13:13+02:00
upgpkg: 2025.07.01.r0.g256995b-2: fixed issue #3 sed line is fixed and source 
is fixed too

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
 pkgbase = nano-syntax-highlighting
        pkgdesc = Nano editor syntax highlighting enhancements
        pkgver = 2025.07.01.r0.g256995b
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/galenguyer/nano-syntax-highlighting
        arch = any
        license = GPL-3.0-or-later
        makedepends = git
        depends = nano
-       source = 
nano-syntax-highlighting::git+https://github.com/galenguyer/nano-syntax-highlighting.git#tag=2025.07.01.r0.g256995b
+       source = 
nano-syntax-highlighting::git+https://github.com/galenguyer/nano-syntax-highlighting.git#tag=2025.07.01
        b2sums = 
26e61a51b0eeb537bfaec2e874da9eb76be007ff1a7de6c3532f4a1ded1495aabf9edfef2fc37d2314cd7d699cd18dbcb91e01d41c87d48b27b51c79409e3ffa
 
 pkgname = nano-syntax-highlighting


=====================================
PKGBUILD
=====================================
@@ -3,14 +3,15 @@
 
 pkgname=nano-syntax-highlighting
 pkgver=2025.07.01.r0.g256995b
-pkgrel=1
+_pkgver=2025.07.01
+pkgrel=2
 pkgdesc="Nano editor syntax highlighting enhancements"
 url="https://github.com/galenguyer/nano-syntax-highlighting";
 license=('GPL-3.0-or-later')
 arch=('any')
 depends=('nano')
 makedepends=('git')
-source=(nano-syntax-highlighting::git+https://github.com/galenguyer/nano-syntax-highlighting.git#tag=$pkgver)
+source=(nano-syntax-highlighting::git+https://github.com/galenguyer/nano-syntax-highlighting.git#tag=$_pkgver)
 
b2sums=('26e61a51b0eeb537bfaec2e874da9eb76be007ff1a7de6c3532f4a1ded1495aabf9edfef2fc37d2314cd7d699cd18dbcb91e01d41c87d48b27b51c79409e3ffa')
 
 pkgver() {
@@ -20,7 +21,7 @@ pkgver() {
 
 build() {
        cd "$pkgname"
-       find *.nanorc -type f | sed "s@${srcdir}\/nanorc@include 
\/usr\/share\/$pkgname@" > nanorc.sample
+       find *.nanorc -type f | sed "s@^@include /usr/share/${pkgname}/@" > 
nanorc.sample
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nano-syntax-highlighting/-/commit/ad320ba09e7f11715c790464a2556c1b992fb3ec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nano-syntax-highlighting/-/commit/ad320ba09e7f11715c790464a2556c1b992fb3ec
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to