summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Sexton2023-05-18 23:15:58 -0400
committerMatthew Sexton2023-05-18 23:15:58 -0400
commitb9e6e8c94be71191ee6090ce1aa11f91418357d3 (patch)
tree1dbe1ae812a404c431bffeaf2475752f66442b03
parentd444e7fda917994500249ad20ad26f08f1310dd3 (diff)
downloadaur-b9e6e8c94be71191ee6090ce1aa11f91418357d3.tar.gz
Changed upstream to fork of the original with active updates
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b79d91e87f70..6c26ad5bf312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nano-syntax-highlighting-git
pkgdesc = improved nano syntax highlighting files
- pkgver = 2019.10.17.r8.g6bee1b2
+ pkgver = 2022.11.02.r2.ga9c6844
pkgrel = 1
- url = https://github.com/scopatz/nanorc
+ url = https://github.com/galenguyer/nano-syntax-highlighting
install = nano-syntax-highlighting.install
arch = any
license = GPL3
@@ -10,8 +10,7 @@ pkgbase = nano-syntax-highlighting-git
depends = nano
provides = nano-syntax-highlighting
conflicts = nano-syntax-highlighting
- source = nano-syntax-highlighting::git+https://github.com/scopatz/nanorc.git
+ source = nano-syntax-highlighting::git+https://github.com/galenguyer/nano-syntax-highlighting.git
md5sums = SKIP
pkgname = nano-syntax-highlighting-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c2410c27eac1..0f26db2362b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Contributor: American_Jesus <american.jesus.pt AT gmail DOT com>
# Maintainer: Matthew Sexton <wsdmatty@gmail.com>
pkgname=nano-syntax-highlighting-git
-pkgver=2019.10.17.r8.g6bee1b2
+pkgver=2022.11.02.r2.ga9c6844
pkgrel=1
pkgdesc="improved nano syntax highlighting files"
arch=('any')
depends=('nano')
makedepends=('git')
-url="https://github.com/scopatz/nanorc"
+url="https://github.com/galenguyer/nano-syntax-highlighting"
license=('GPL3')
install=nano-syntax-highlighting.install
provides=('nano-syntax-highlighting')
conflicts=('nano-syntax-highlighting')
-source=('nano-syntax-highlighting::git+https://github.com/scopatz/nanorc.git')
+source=('nano-syntax-highlighting::git+https://github.com/galenguyer/nano-syntax-highlighting.git')
md5sums=('SKIP')
pkgver() {