summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Di Luigi2015-10-28 05:57:15 +0100
committerWilliam Di Luigi2015-10-28 05:57:15 +0100
commitace35e07ab5b85e0102ade8257dbc1d2a38be81b (patch)
tree0d855541d5649d96d4f6b083cbf4d04504b0117f
parent118970c298a588ed7c91203ffd0314c0662094f6 (diff)
downloadaur-ace35e07ab5b85e0102ade8257dbc1d2a38be81b.tar.gz
Remove unnecessary patches
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7227b938e71e..5437abd0682f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
CMSUSER_GID=26950
pkgname=cms-git
-pkgver=r3154.52af128
+pkgver=r3177.5993662
pkgrel=1
pkgdesc="CMS, or Contest Management System, is a distributed system for running and (to some extent) organizing a programming contest."
arch=('any')
@@ -40,11 +40,6 @@ pkgver() {
package() {
cd cms
- # Apply patch: Add --as-root option to prerequisites.py
- curl https://github.com/wil93/cms/commit/94e36179062f9b5c73330e046524801ef2bfeb2a.diff | patch -p1
- # Apply patch: Update location and installation of localization files
- curl https://github.com/wil93/cms/commit/bea5b5a994defe4081563161f746b528964642d8.diff | patch -p1
-
# Configuration files
install -D -m660 -g$CMSUSER_GID config/cms.conf.sample $pkgdir/usr/lib/cms/cms.conf
install -D -m660 -g$CMSUSER_GID config/cms.ranking.conf.sample $pkgdir/usr/lib/cms/cms.ranking.conf