summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoelacanthus2020-06-08 19:13:52 +0800
committerCoelacanthus2020-06-08 19:13:52 +0800
commit82cf9567c5c45834e2a3666956472a74b6a24407 (patch)
tree29e4fd2c5540d23a8a9ee536378b3e90b820f012
parent3d2ef2b8f3420b72175db97a3ca06e5194297d76 (diff)
downloadaur-82cf9567c5c45834e2a3666956472a74b6a24407.tar.gz
upgpkg: lemon-lime-git 1v0.2.1.r27.7fec1cf-4
fix #1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69ab0cc14080..2bca496912fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lemon-lime-git
pkgdesc = 为了 OI 比赛而生的基于 Lemon 的轻量评测系统 | A tiny judging environment for OI contest based on Project_LemonPlus
pkgver = v0.2.1.r27.7fec1cf
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://github.com/iotang/Project_LemonLime
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a0c9a561ce0d..168fa7df3508 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lemon-lime-git
_pkgname=lemon-lime
pkgver=v0.2.1.r27.7fec1cf
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="为了 OI 比赛而生的基于 Lemon 的轻量评测系统 | A tiny judging environment for OI contest based on Project_LemonPlus"
arch=(x86_64)
@@ -44,7 +44,7 @@ pkgver() {
prepare() {
cd "$srcdir/Project_LemonLime"
- git submodule update
+ git submodule update --init --recursive
}
build() {