summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoderkun2019-04-15 10:50:42 +0200
committercoderkun2019-04-15 10:50:42 +0200
commita4deefa84777760f484057bb2d6503e498e14fcd (patch)
treed8d0f64b2a4a38ea031c6821532ba81d0d2f70da
parentf984ade7f609d42040b5501f38132314b0ffa482 (diff)
downloadaur-a4deefa84777760f484057bb2d6503e498e14fcd.tar.gz
Get source file from GitHub
Get the source file “neo.map” from GitHub instead of the project’s SVN server since the project is moving to git hosting.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 620dc16a2a39..26d844abf49d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = kbd-neo
pkgdesc = NEO 2 terminal keyboard layout
pkgver = 3
- pkgrel = 2
+ pkgrel = 3
url = http://www.neo-layout.org/
arch = any
license = CC-BY-SA
depends = kbd
- source = https://svn.neo-layout.org/linux/console/neo.map
+ source = https://raw.githubusercontent.com/neo-layout/neo-layout/master/linux/console/neo.map
sha256sums = 8f64e076a89178960e98e6e77e426be56bb040ed50dfc37894fafe1d46cbaea6
pkgname = kbd-neo
diff --git a/PKGBUILD b/PKGBUILD
index f80d5528d297..e106bfcad4c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=kbd-neo
pkgver=3
-pkgrel=2
+pkgrel=3
pkgdesc="NEO 2 terminal keyboard layout"
arch=('any')
url="http://www.neo-layout.org/"
license=('CC-BY-SA')
depends=('kbd')
-source=(https://svn.neo-layout.org/linux/console/neo.map)
+source=(https://raw.githubusercontent.com/neo-layout/neo-layout/master/linux/console/neo.map)
build() {
cd $srcdir