summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ccrtp/.footprint6
-rw-r--r--ccrtp/.md5sum2
-rw-r--r--ccrtp/Pkgfile6
3 files changed, 7 insertions, 7 deletions
diff --git a/ccrtp/.footprint b/ccrtp/.footprint
index e9d1f0a2e..a068c13ee 100644
--- a/ccrtp/.footprint
+++ b/ccrtp/.footprint
@@ -17,10 +17,10 @@ drwxr-xr-x root/root usr/include/ccrtp/
-rw-r--r-- root/root usr/include/ccrtp/rtppkt.h
-rw-r--r-- root/root usr/include/ccrtp/sources.h
drwxr-xr-x root/root usr/lib/
-lrwxrwxrwx root/root usr/lib/libccrtp1-1.5.so.1 -> libccrtp1-1.5.so.1.0.0
--rwxr-xr-x root/root usr/lib/libccrtp1-1.5.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libccrtp1-1.6.so.0 -> libccrtp1-1.6.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libccrtp1-1.6.so.0.0.0
-rw-r--r-- root/root usr/lib/libccrtp1.a
-rwxr-xr-x root/root usr/lib/libccrtp1.la
-lrwxrwxrwx root/root usr/lib/libccrtp1.so -> libccrtp1-1.5.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libccrtp1.so -> libccrtp1-1.6.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libccrtp1.pc
diff --git a/ccrtp/.md5sum b/ccrtp/.md5sum
index 778872374..7dab3079b 100644
--- a/ccrtp/.md5sum
+++ b/ccrtp/.md5sum
@@ -1 +1 @@
-728c41edd62be2871eac50be287f97ee ccrtp-1.5.1.tar.gz
+ce02643d9091d769943c9b186203a7b4 ccrtp-1.6.0.tar.gz
diff --git a/ccrtp/Pkgfile b/ccrtp/Pkgfile
index b7b3bcb37..71df24267 100644
--- a/ccrtp/Pkgfile
+++ b/ccrtp/Pkgfile
@@ -1,10 +1,10 @@
# Description: RTP protocol stack
-# URL: http://www.gnu.org/software/ccrtp/
+# URL: http://www.gnu.org/software/ccrtp/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: commoncpp2
name=ccrtp
-version=1.5.1
+version=1.6.0
release=1
source=(http://ftp.gnu.org/pub/gnu/ccrtp/ccrtp-$version.tar.gz)
@@ -13,5 +13,5 @@ build () {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
- rm -rf $PKG/usr/info
+ rm -rf $PKG/usr/share
}

Generated by cgit