summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnafu2017-05-08 10:25:45 +0200
committersnafu2017-05-08 10:25:45 +0200
commit56d741bdfd19c3d625e4ba21d90f64cb5a13abf4 (patch)
tree735c6960a7d297d3f9c8ee184a3c7f5c15817099
parentb0abbb7dde176552c77b60762638ad6fa2c28b84 (diff)
downloadaur-56d741bdfd19c3d625e4ba21d90f64cb5a13abf4.tar.gz
pkgbuild cleanup
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 683e952a8635..ac08a6c6356d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,14 +15,13 @@ optdepends=()
provides=()
conflicts=()
replaces=()
-backup=()
+backup=("${config_path:1}/$moduledir/init/modulerc")
options=()
-install=
+install="env-modules-tcl.install"
changelog=
source=("https://sourceforge.net/projects/modules/files/Modules-Tcl/modules-tcl-$pkgver.tar.gz" "zshcomp.patch")
noextract=()
validpgpkeys=()
-install="env-modules-tcl.install"
md5sums=('3a40bf6177cc438481672ce028544828'
'2e1bee23178b74872fd1c78c1cac8053')
@@ -31,7 +30,6 @@ moduledir=modules-tcl
install_prefix=/usr
config_path=/etc
-backup=("${config_path:1}/$moduledir/init/modulerc")
build() {
cd modules-tcl-$pkgver