diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-12 00:10:05 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-12 00:10:05 +0100 |
commit | 1e675c9ca5347a2d9243a77d8fa47a2e4e85590a (patch) | |
tree | 8e0922510e0f014de4dec1ef2211c6189e51e61b | |
parent | 0f885392d3443b06b0ff237c31143b8c1ab1add3 (diff) | |
download | nutyx-extra-1e675c9ca5347a2d9243a77d8fa47a2e4e85590a.tar.gz nutyx-extra-1e675c9ca5347a2d9243a77d8fa47a2e4e85590a.tar.bz2 nutyx-extra-1e675c9ca5347a2d9243a77d8fa47a2e4e85590a.tar.xz nutyx-extra-1e675c9ca5347a2d9243a77d8fa47a2e4e85590a.zip |
weechat, maj 0.3.4-1
-rw-r--r-- | extra/weechat/.footprint.i686 | 2 | ||||
-rw-r--r-- | extra/weechat/.md5sum.i686 | 2 | ||||
-rw-r--r-- | extra/weechat/.md5sum.x86_64 | 2 | ||||
-rw-r--r-- | extra/weechat/Pkgfile | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/extra/weechat/.footprint.i686 b/extra/weechat/.footprint.i686 index 3d3035778..008e61a4e 100644 --- a/extra/weechat/.footprint.i686 +++ b/extra/weechat/.footprint.i686 @@ -17,6 +17,8 @@ drwxr-xr-x root/root usr/lib/weechat/plugins/ -rwxr-xr-x root/root usr/lib/weechat/plugins/logger.so -rwxr-xr-x root/root usr/lib/weechat/plugins/perl.so -rwxr-xr-x root/root usr/lib/weechat/plugins/python.so +-rwxr-xr-x root/root usr/lib/weechat/plugins/relay.so +-rwxr-xr-x root/root usr/lib/weechat/plugins/rmodifier.so -rwxr-xr-x root/root usr/lib/weechat/plugins/ruby.so -rwxr-xr-x root/root usr/lib/weechat/plugins/tcl.so -rwxr-xr-x root/root usr/lib/weechat/plugins/xfer.so diff --git a/extra/weechat/.md5sum.i686 b/extra/weechat/.md5sum.i686 index ea316c322..b6c3f1003 100644 --- a/extra/weechat/.md5sum.i686 +++ b/extra/weechat/.md5sum.i686 @@ -1 +1 @@ -96e203ef061ce61053ed7256a738959c weechat-0.3.3.tar.gz +a36a89b6012994dc67c4c0ea36784d1d weechat-0.3.4.tar.gz diff --git a/extra/weechat/.md5sum.x86_64 b/extra/weechat/.md5sum.x86_64 index ea316c322..b6c3f1003 100644 --- a/extra/weechat/.md5sum.x86_64 +++ b/extra/weechat/.md5sum.x86_64 @@ -1 +1 @@ -96e203ef061ce61053ed7256a738959c weechat-0.3.3.tar.gz +a36a89b6012994dc67c4c0ea36784d1d weechat-0.3.4.tar.gz diff --git a/extra/weechat/Pkgfile b/extra/weechat/Pkgfile index ba150bc71..ba9bd1cf5 100644 --- a/extra/weechat/Pkgfile +++ b/extra/weechat/Pkgfile @@ -6,7 +6,7 @@ # Run on: libgcrypt,libgpg-error,libiconv name=weechat -version=0.3.3 +version=0.3.4 release=1 source=(http://weechat.org/files/src/$name-$version.tar.gz) build() { @@ -18,5 +18,3 @@ cd $name-$version make DESTDIR=$PKG install chown -R root:root $PKG } - - |