aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--README.md4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88eb14c97a52..e30926c7c309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = m17n-db-indic
pkgdesc = A library to type in a variety of scripts. This is a fork of m17n-db modified with files from m17n-db for convenience of Indian (esp. sanskrit, kannada) users (see url).
pkgver = 1.8.0
pkgrel = 2
- url = http://github.com/sanskrit-coders/m17n-db-indic-aur
+ url = http://github.com/indic-transliteration/m17n-db-indic-aur
arch = any
license = GPL
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 0f77ef7f66c8..ab43af4ac4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,13 +12,13 @@ depends=('glibc') # not because of compiling, but because of /usr/share/i18n/cha
makedepends=('git')
source=("https://download.savannah.gnu.org/releases/m17n/${pkgname_basic}-${pkgver}.tar.gz")
sha256sums=('657f23835b6655e7a63a362bac66260454ee356da4855eadb9366911d33fdc6d')
-url="http://github.com/sanskrit-coders/m17n-db-indic-aur"
+url="http://github.com/indic-transliteration/m17n-db-indic-aur"
# license=('custom:OFL')
arch=(any)
build() {
rm -rf "$srcdir/m17n-db-indic/"
- git clone https://github.com/sanskrit-coders/m17n-db-indic.git
+ git clone https://github.com/indic-transliteration/m17n-db-indic.git
cd ${pkgname_basic}-${pkgver}
./configure --prefix=/usr
diff --git a/README.md b/README.md
index 138d3cbdfade..bdc02722608a 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
## Intro
-A library (IME) which enables one to type in a variety of scripts. This is a fork of m17n-db modified with files from m17n-db (see url) for convenience of Indian (esp. sanskrit, kannada) users. This fork was created because we found contributing m17n-db delay-prone and unreliable. To contribute to our fork, please send pull requests to <https://github.com/sanskrit-coders/m17n-db-indic> .
+A library (IME) which enables one to type in a variety of scripts. This is a fork of m17n-db modified with files from m17n-db (see url) for convenience of Indian (esp. sanskrit, kannada) users. This fork was created because we found contributing m17n-db delay-prone and unreliable. To contribute to our fork, please send pull requests to <https://github.com/indic-transliteration/m17n-db-indic> .
## Tech info
- AUR package location: <https://aur.archlinux.org/packages/m17n-db-indic/>
- Package source code locations:
- - git clone git@github.com:sanskrit-coders/m17n-db-indic-aur.git
+ - git clone git@github.com:indic-transliteration/m17n-db-indic-aur.git
- git clone ssh://aur@aur.archlinux.org/m17n-db-indic.git
## Creating a new Arch Linux package release