summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 053af64cf590..e3f54d3e0085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ragnar Groot Koerkamp <ragnar.grootkoerkamp@gmail.com>
pkgname=bapctools-git
_pkgname=bapctools
-pkgver=r944.5832b17
+pkgver=r1242.73bfd16
pkgrel=1
pkgdesc="Tools for developing ICPC-style programming contest problems."
arch=('any')
@@ -37,7 +37,7 @@ package() {
# Strip large directories to halve the size of the install.
mkdir -p "${pkgdir}/usr/share/${_pkgname}"
- rsync -aC --exclude "/test" --exclude "/doc/images" -r "${srcdir}/${_pkgname}" "${pkgdir}/usr/share/${_pkgname}"
+ rsync -aC --exclude "/test" --exclude "/doc/images" -r "${srcdir}/${_pkgname}" "${pkgdir}/usr/share/"
# Symlink executable
mkdir -p "${pkgdir}/usr/bin"