commit
3ca91f9e92
6 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'compton-git'
|
||||
pkgname=compton-git
|
||||
version=20140109
|
||||
version=20140124
|
||||
revision=1
|
||||
only_for_archs="i686 x86_64"
|
||||
build_style=gnu-makefile
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'duplicity'
|
||||
pkgname=duplicity
|
||||
version=0.6.22
|
||||
version=0.6.23
|
||||
revision=1
|
||||
distfiles="http://code.launchpad.net/duplicity/0.6-series/${version}/+download/duplicity-${version}.tar.gz"
|
||||
checksum="6f489b0445681f0697488f3d4097b4c56a7fe8a5fea5fadd2e431724039c5a12"
|
||||
checksum="7a17f1e10395dedcf3204bc53925bb9dcbbf2a7552c9b096ebe727eceb9c0c60"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="librsync-devel"
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'exiftool'.
|
||||
pkgname=exiftool
|
||||
version=9.45
|
||||
version=9.47
|
||||
revision=1
|
||||
noarch="yes"
|
||||
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
|
||||
checksum="aa123e35c7648270418481d64cb9a2dddf4b223e11c93ea5df31e01823a04024"
|
||||
checksum="f79c515620fd0eccf16a8afc118252cfc9f0a61773b3d6d8203129c49deb0174"
|
||||
build_style=perl-module
|
||||
makedepends="perl>=5.18"
|
||||
hostmakedepends="${makedepends}"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'glances'
|
||||
pkgname=glances
|
||||
version=1.7.3
|
||||
version=1.7.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
create_srcdir=yes
|
||||
noarch="yes"
|
||||
create_srcdir="yes"
|
||||
distfiles="https://github.com/nicolargo/glances/archive/v${version}.tar.gz"
|
||||
checksum="03a5c8193fd3c91b8249c2501bc612008fa81861c14f82464a10b45d08c4ca4f"
|
||||
build_style=python-module
|
||||
checksum="20960b5f191bc86e6184d937940f00a62100eb51388bcdeb233f30c809b0f1a6"
|
||||
build_style="python-module"
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="python-distribute"
|
||||
depends="python python-psutil ${makedepends}"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python-requests'
|
||||
pkgname=python-requests
|
||||
version=2.1.0
|
||||
version=2.2.1
|
||||
revision=1
|
||||
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
|
||||
checksum="a57307f3a5f35ec9e1254aaf3e0484063ee3ee6b5f123fb35c5b2673492efa71"
|
||||
checksum="1266921f1bed5fbf364cd83cf239b6d7b3ea5c32ccccbc93980d9ba12cdcfd02"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-distribute"
|
||||
makedepends="python-devel"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2014.01.08
|
||||
version=2014.01.23.4
|
||||
revision=1
|
||||
wrksrc="${pkgname}"
|
||||
makedepends="python"
|
||||
|
@ -11,7 +11,7 @@ maintainer="pancake <pancake@nopcode.org>"
|
|||
license="Public Domain"
|
||||
homepage="http://rg3.github.com/youtube-dl/"
|
||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=9b33c9d034d1fb50234719e5ffff948707944dfe406f376e6fae4cc185910329
|
||||
checksum=a96d562be51aeb817b9952bff8c65ecab737575b7104381ce62185397408dc72
|
||||
|
||||
do_install() {
|
||||
vinstall ${pkgname} 755 usr/bin
|
||||
|
|
Loading…
Reference in a new issue