summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordianlujitao2018-07-16 12:10:53 +0800
committerdianlujitao2018-07-16 12:10:53 +0800
commit1b0e71416d4383756e0ee84a8e8fd61e877a4b0c (patch)
tree0f3434fe315de8d177ce2bddfa948ee3249ba17e
parentf50cbfd00d88f5bdc17cae743438fa3eeeb7347d (diff)
downloadaur-1b0e71416d4383756e0ee84a8e8fd61e877a4b0c.tar.gz
Bump
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD17
2 files changed, 16 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0954052f1aa3..46fb182dc194 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = lang-sh
- pkgdesc = Scripts from RedHat to set i18n stuff
- pkgver = 1.0
+ pkgdesc = Scripts from RedHat which provide fallback for CJK languages that can't be displayed in console.
+ pkgver = 2.0
pkgrel = 1
- url = https://github.com/fedora-sysv/initscripts
+ url = https://pagure.io/setup
arch = any
- license = GPL
- depends = consoletype
- source = https://raw.githubusercontent.com/fedora-sysv/initscripts/master/lang.sh
- source = https://raw.githubusercontent.com/fedora-sysv/initscripts/master/lang.csh
- sha256sums = 8fe9598bbd0dbefa312815ee87d13aa418f41c61b1ba3f4674d52d41dd38f083
- sha256sums = 0388bdaf8903bcdc07b908d3f120210c8c0ef6a56ec009509ef1c0fad6a8fede
+ license = custom
+ source = https://pagure.io/setup/raw/master/f/lang.sh
+ source = https://pagure.io/setup/raw/master/f/lang.csh
+ sha256sums = 0a976e5199cd34a2f07623c50411050e3ce53a6c85b9f0eb88f943562dfe7006
+ sha256sums = 875ca102ae4e46d071c3d135f77a43775016d3e86765062fc179f0acb82e145f
pkgname = lang-sh
diff --git a/PKGBUILD b/PKGBUILD
index 7d572d91538b..f9468731995b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: dianlujitao <dianlujitao at gmail dot com>
pkgname=lang-sh
-pkgdesc="Scripts from RedHat to set i18n stuff"
-pkgver=1.0
+pkgdesc="Scripts from RedHat which provide fallback for CJK languages that can't be displayed in console."
+pkgver=2.0
pkgrel=1
arch=('any')
-url="https://github.com/fedora-sysv/initscripts"
-license=('GPL')
-depends=('consoletype')
-source=("https://raw.githubusercontent.com/fedora-sysv/initscripts/master/lang.sh"
- "https://raw.githubusercontent.com/fedora-sysv/initscripts/master/lang.csh")
-sha256sums=('8fe9598bbd0dbefa312815ee87d13aa418f41c61b1ba3f4674d52d41dd38f083'
- '0388bdaf8903bcdc07b908d3f120210c8c0ef6a56ec009509ef1c0fad6a8fede')
+url="https://pagure.io/setup"
+license=('custom')
+source=("https://pagure.io/setup/raw/master/f/lang.sh"
+ "https://pagure.io/setup/raw/master/f/lang.csh")
+sha256sums=('0a976e5199cd34a2f07623c50411050e3ce53a6c85b9f0eb88f943562dfe7006'
+ '875ca102ae4e46d071c3d135f77a43775016d3e86765062fc179f0acb82e145f')
package() {
cd ${srcdir}