summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s2016-10-19 20:50:57 -0400
committerbrent s2016-10-19 20:50:57 -0400
commit58e631de7db4ce06c999841052c860fc8bd62240 (patch)
treeeca0264d6c7ad2cf5e553461abb3d954e27ce053
parent705ff79c9a2d58b1d7ba03c963daf31043e39037 (diff)
downloadaur-58e631de7db4ce06c999841052c860fc8bd62240.tar.gz
updating package so the scripts install
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f8d1a42743..751feea90cb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jun 25 21:26:55 UTC 2016
+# Thu Oct 20 00:50:57 UTC 2016
pkgbase = freeswitch-git
pkgdesc = An opensource and free (libre, price) telephony system, similar to Asterisk (git version).
- pkgver = 1.7.0.r31054.841e202
- pkgrel = 5
+ pkgver = 1.7.0.r31427.43e19a5
+ pkgrel = 1
url = http://freeswitch.org/
install = freeswitch.install
changelog = ChangeLog
diff --git a/PKGBUILD b/PKGBUILD
index 32fa7b8d2df6..0ff6b00beed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,8 +53,8 @@ _disabled_modules=(languages/mod_spidermonkey
# BUILD CONFIGURATION ENDS #
pkgname='freeswitch-git'
-pkgver=1.7.0.r31054.841e202
-pkgrel=5
+pkgver=1.7.0.r31427.43e19a5
+pkgrel=1
pkgdesc="An opensource and free (libre, price) telephony system, similar to Asterisk (git version)."
arch=('i686' 'x86_64')
url="http://freeswitch.org/"
@@ -233,8 +233,8 @@ package() {
cp -a "${srcdir}/${_pkgname}/docs" usr/share/doc/freeswitch
install -D -m 0755 -d usr/share/doc/freeswitch/support-d
cp -a "${srcdir}/${_pkgname}/support-d" usr/share/doc/freeswitch/
- install -D -m 0755 -d usr/share/doc/freeswitch/scripts
- cp -a "${srcdir}/${_pkgname}/scripts" usr/share/doc/freeswitch/
+ install -D -m 0755 -d usr/share/freeswitch/scripts
+ cp -a "${srcdir}/${_pkgname}/scripts" usr/share/freeswitch/.
# Copy upstream confs
install -D -m 0755 -d usr/share/doc/freeswitch/examples/conf.default
install -D -m 0755 -d usr/share/doc/freeswitch/examples/conf.archlinux