Merge pull request #174 from wertyi48/master

Updated packages : sublime-text3, beets, glances and duplicity
This commit is contained in:
Juan RP 2013-08-30 23:02:52 -07:00
commit f912a34377
4 changed files with 12 additions and 12 deletions

View file

@ -1,9 +1,9 @@
# Template file for 'beets'
pkgname=beets
version=1.2.1
version=1.2.2
revision=1
distfiles="https://github.com/sampsyo/beets/releases/download/v1.2.1/beets-${version}.tar.gz"
checksum="7424708a7ebd0884141537970b31cd41a09c5b799d9ce5d00d3704ce8aa520b6"
distfiles="https://github.com/sampsyo/beets/releases/download/v${version}/beets-${version}.tar.gz"
checksum="8f96802ca0addbc811f240420e314f3845a25f718684b58dc6979a45b140f6b3"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"

View file

@ -1,9 +1,9 @@
# Template file for 'duplicity'
pkgname=duplicity
version=0.6.21
version=0.6.22
revision=1
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-0.6.21.tar.gz"
checksum="a3628aa6c151fbc1a3014f0db7812d7234e04bba0a45ce1255e7450bdfeff706"
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
checksum="6f489b0445681f0697488f3d4097b4c56a7fe8a5fea5fadd2e431724039c5a12"
build_style=python-module
hostmakedepends="python-devel"
makedepends="librsync-devel"

View file

@ -1,9 +1,9 @@
# Template file for 'glances'
pkgname=glances
version=1.7
version=1.7.1
revision=1
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
checksum="5ee9c05f138c143ca11aba213dac8d5a2939b337b1e24cc3794f8f4c5e0856ba"
checksum="a681883dd6add6371e987bac2b2bbb2959f873283d833ec2e6f2e1e3707a5e3c"
build_style=python-module
hostmakedepends="python-devel"
makedepends="python-distribute"
@ -14,7 +14,7 @@ short_desc="Cross-platform curses-based monitoring tool written in Python."
glances_package() {
noarch="yes"
depends="python python-psutil"
depends="python python-psutil ${makedepends}"
pycompile_module="glances"
pkg_install() {
vmove all

View file

@ -1,9 +1,9 @@
# Template file for 'sublime-text3'
pkgname=sublime-text3
version=3052
revision=2
version=3053
revision=1
distfiles="http://c758482.r82.cf2.rackcdn.com/sublime_text_3_build_${version}_x64.tar.bz2"
checksum="a41c05ac6541ac1397853a6d08877500fa39929619f7a400409ae3a066a1d44a"
checksum="c2b8c760f5d394e704a4073f291b5e34f70bb1ed4830492bb1a34dff7ce27082"
wrksrc="sublime_text_3"
only_for_archs="x86_64"
maintainer="Steven R <strob AT styez DOT com>"