summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryhfudev2017-11-05 08:03:09 -0500
committeryhfudev2017-11-05 08:03:09 -0500
commit0d1f60aaa47df349fa3baab873285fc0cb9e27a2 (patch)
treee78d594f61378055e80462d30a4a5d4546c38c54
parentd927092ef79782f617789488697f8b3d925d6bc0 (diff)
downloadaur-0d1f60aaa47df349fa3baab873285fc0cb9e27a2.tar.gz
update package name
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD16
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f6f08e8b2d3..a27540727a16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Nov 5 04:57:50 UTC 2017
+# Sun Nov 5 13:01:38 UTC 2017
pkgbase = hustoj-git
pkgdesc = HUST Online Judge
pkgver = r3120.58b04b80
@@ -20,14 +20,14 @@ pkgbase = hustoj-git
source = sethustoj.sh
sha256sums = SKIP
sha256sums = 4fdf2875aa03b98ecc0a6e732159653542930b5f26b1877388faa96ee83b0435
- sha256sums = 7fe99d33f33b7e9a431050898ed8333ac5a1377d8e8010531b6c7721902de642
+ sha256sums = 6cfe333bc5fed6f9c8e64c72dffb852c54b5142d01278c00d1eda51927b1291f
-pkgname = ojsvr-hust-judge-git
+pkgname = hustoj-judge-git
pkgdesc = HUST Online Judge binaries
- provides = ojsvr-hust-judge
- conflicts = ojsvr-hust-judge
+ provides = hustoj-judge
+ conflicts = hustoj-judge
-pkgname = ojsvr-hust-web-git
+pkgname = hustoj-web-git
pkgdesc = HUST Online Judge web UI
install = hustoj.install
arch = any
@@ -37,6 +37,6 @@ pkgname = ojsvr-hust-web-git
optdepends = nginx: Web server for serving Wordpress
optdepends = apache: Web server for serving Wordpress
optdepends = mariadb: Database server
- provides = ojsvr-hust-web
- conflicts = ojsvr-hust-web
+ provides = hustoj-web
+ conflicts = hustoj-web
diff --git a/PKGBUILD b/PKGBUILD
index 62922e0c8e73..fb1594105206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=hustoj-git
pkgname=hustoj-git
# Dirty hack as AUR dont support split-packages
-true && pkgname=('ojsvr-hust-judge-git' 'ojsvr-hust-web-git')
+true && pkgname=('hustoj-judge-git' 'hustoj-web-git')
pkgver=r3120.58b04b80
pkgrel=1
@@ -23,7 +23,7 @@ source=(
)
sha256sums=('SKIP'
'4fdf2875aa03b98ecc0a6e732159653542930b5f26b1877388faa96ee83b0435'
- '7fe99d33f33b7e9a431050898ed8333ac5a1377d8e8010531b6c7721902de642'
+ '6cfe333bc5fed6f9c8e64c72dffb852c54b5142d01278c00d1eda51927b1291f'
)
pkgver_git() {
@@ -65,10 +65,10 @@ build() {
make exes
}
-package_ojsvr-hust-judge-git() {
+package_hustoj-judge-git() {
pkgdesc="HUST Online Judge binaries"
- conflicts=('ojsvr-hust-judge')
- provides=("ojsvr-hust-judge")
+ conflicts=('hustoj-judge')
+ provides=("hustoj-judge")
msg 'Preparing package ...'
@@ -100,10 +100,10 @@ package_ojsvr-hust-judge-git() {
cp ${srcdir}/sethustoj.sh "$pkgdir/usr/share/hustoj/"
}
-package_ojsvr-hust-web-git() {
+package_hustoj-web-git() {
pkgdesc="HUST Online Judge web UI"
- conflicts=('ojsvr-hust-web')
- provides=("ojsvr-hust-web")
+ conflicts=('hustoj-web')
+ provides=("hustoj-web")
arch=('any')
install=hustoj.install