Merge pull request #180 from wertyi48/master
Updated packages : beets, lrzip, python-requests, compton-git, exiftool
This commit is contained in:
commit
38bd7c65d8
5 changed files with 12 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'beets'
|
||||
pkgname=beets
|
||||
version=1.2.2
|
||||
version=1.3.0
|
||||
revision=1
|
||||
distfiles="https://github.com/sampsyo/beets/releases/download/v${version}/beets-${version}.tar.gz"
|
||||
checksum="8f96802ca0addbc811f240420e314f3845a25f718684b58dc6979a45b140f6b3"
|
||||
checksum="8323ac1a3a9632a996b54043aa592419c91c8575c5eb0c8f1b21a407ce5f96d3"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="python-distribute"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'compton-git'
|
||||
pkgname=compton-git
|
||||
version=20130819
|
||||
version=20130911
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="pkg-config asciidoc"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'exiftool'.
|
||||
pkgname=exiftool
|
||||
version=9.35
|
||||
version=9.36
|
||||
revision=1
|
||||
distfiles="http://www.sno.phy.queensu.ca/~phil/exiftool/Image-ExifTool-${version}.tar.gz"
|
||||
checksum="de8f979cecf3ddfcbbe930465b22c608c19efaf4615658904e3b03e3dcc95df1"
|
||||
checksum="3a0d7f4d3fd3f58f7d8867c35d0adc1e93e8586494f1b25cb9bd6c137be4b830"
|
||||
build_style=perl-module
|
||||
makedepends="perl>=5.16"
|
||||
hostmakedepends="${makedepends}"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'mtr'
|
||||
pkgname=lrzip
|
||||
version=0.614
|
||||
revision=4
|
||||
version=0.616
|
||||
revision=1
|
||||
distfiles="http://ck.kolivas.org/apps/lrzip/lrzip-${version}.tar.bz2"
|
||||
checksum="a8a99300a5250510e2e087ceb6e40a98cfedd19160fda376eca83ff3c5af269a"
|
||||
checksum="982d5a8db4d8bbbced6e33fbbcd589c9b3fc4275110155d7bd71cbeff4a235ae"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
makedepends="zlib-devel bzip2-devel lzo-devel"
|
||||
|
|
|
@ -2,16 +2,16 @@
|
|||
pkgname=python-requests
|
||||
version=1.2.3
|
||||
revision=1
|
||||
wrksrc="requests-${version}"
|
||||
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
|
||||
checksum="156bf3ec27ba9ec7e0cf8fbe02808718099d218de403eb64a714d73ba1a29ab1"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-distribute"
|
||||
makedepends="python-devel"
|
||||
short_desc="Python HTTP for Humans."
|
||||
wrksrc="requests-${version}"
|
||||
maintainer="Steven R <strob AT styez DOT com>"
|
||||
homepage="http://docs.python-requests.org/en/latest/"
|
||||
license="Apache-2.0"
|
||||
distfiles="https://pypi.python.org/packages/source/r/requests/requests-${version}.tar.gz"
|
||||
checksum="156bf3ec27ba9ec7e0cf8fbe02808718099d218de403eb64a714d73ba1a29ab1"
|
||||
short_desc="Python HTTP for Humans."
|
||||
|
||||
python-requests_package() {
|
||||
noarch="yes"
|
||||
|
|
Loading…
Reference in a new issue