Merge pull request #1648 from Gottox/update-check

Add update files to various packages
This commit is contained in:
Juan RP 2015-05-26 22:25:29 +02:00
commit 949000c3ad
20 changed files with 30 additions and 18 deletions

3
srcpkgs/JAI/update Normal file
View File

@ -0,0 +1,3 @@
version=${version//./_}
site="http://download.java.net/media/jai/builds/release/"
pattern='href="\K[\d_]+(?=/")'

2
srcpkgs/LoginKit/update Normal file
View File

@ -0,0 +1,2 @@
site="https://git.devuan.org/pkgs-utopia-substitution/loginkit/tags"
pattern='upstream/\K[\d.]+'

View File

@ -10,12 +10,9 @@ short_desc="Chrome-based text editor from Github"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="MIT"
homepage="https://atom.io"
distfiles="https://github.com/$pkgname/$pkgname/archive/v$version.tar.gz"
checksum="27dadd5b9a63d53e75ff662123960b1ddca6e6dd84073983306b4717854beee0"
do_fetch() {
local url="git://github.com/${pkgname}/${pkgname}"
msg_normal "Fetching source from $url ...\n"
git clone --branch v${version} ${url} ${pkgname}-${version}
}
do_build() {
script/build
}

View File

@ -0,0 +1 @@
pkgname=${pkgname%-*}

View File

@ -0,0 +1,2 @@
pkgname=bananian
site="https://github.com/Bananian/u-boot-bananapi/releases"

View File

@ -0,0 +1 @@
pkgname=u-boot

View File

@ -1,2 +1,2 @@
site="https://bitcoin.org/en/download"
pattern='bitcoin-\K[\d.]+(?=-linux.tar.gz)'
site="https://bitcoin.org/bin/"
pattern='bitcoin-core-\K[\d.]+'

1
srcpkgs/cgmanager/update Normal file
View File

@ -0,0 +1 @@
site="https://linuxcontainers.org/cgmanager/downloads"

View File

@ -0,0 +1,2 @@
site=https://anonscm.debian.org/cgit/collab-maint/devscripts.git/
pattern="tag/\?id=v\K[\d.]+"

View File

@ -13,5 +13,5 @@ short_desc="LXQT compton compositor UI"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://lxqt.org/"
distfiles="http://lxqt.org/downloads/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
distfiles="http://downloads.lxqt.org/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
checksum=f362790ae1a20c7ac65790e411cb792200c2430199186affa70dba3ebb01dedf

View File

@ -0,0 +1,2 @@
site="http://downloads.lxqt.org/${pkgname}"
pattern='href="\K[\d.]+'

View File

@ -12,7 +12,7 @@ short_desc="A document-oriented database"
maintainer="Gerardo Di Iorio <arete74@gmail.com>"
license="Apache-2.0"
homepage="http://couchdb.apache.org/"
distfiles="http://www.eu.apache.org/dist/couchdb/source/${version}/apache-couchdb-${version}.tar.gz"
distfiles="http://www.apache.org/dist/couchdb/source/${version}/apache-couchdb-${version}.tar.gz"
checksum=5a601b173733ce3ed31b654805c793aa907131cd70b06d03825f169aa48c8627
system_accounts="couchdb"

1
srcpkgs/couchdb/update Normal file
View File

@ -0,0 +1 @@
pkgname=apache-$pkgname

View File

@ -0,0 +1 @@
pkgname=u-boot

View File

@ -3,15 +3,10 @@ pkgname=daemonize
version=1.7.5
revision=1
build_style=gnu-configure
hostmakedepends="git"
short_desc="Run a program as a Unix daemon"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="BSD, MIT, Public Domain"
homepage="http://software.clapper.org/daemonize/daemonize.html"
do_fetch() {
local url="git://github.com/bmc/daemonize"
msg_normal "Fetching source from $url ...\n"
git clone --branch release-${version} ${url} ${pkgname}-${version}
}
distfiles="https://github.com/bmc/$pkgname/archive/release-$version.tar.gz"
checksum="616220b8dc5721d93bd45e63b2617dbe07cd10a572da505405d64f640b98a06b"
wrksrc="$pkgname-release-$version"

1
srcpkgs/daemonize/update Normal file
View File

@ -0,0 +1 @@
pkgname=release

View File

@ -0,0 +1 @@
site=http://cr.yp.to/daemontools/install.html

1
srcpkgs/fastd/update Normal file
View File

@ -0,0 +1 @@
site=http://git.universe-factory.net/fastd/refs/

View File

@ -1 +1 @@
ignore="*pre*"
site="https://inkscape.org/en/download/"

1
srcpkgs/kodi-rpi/update Normal file
View File

@ -0,0 +1 @@
pattern="\d+\.[\d.]+(?=-\w+\.tar\.gz)"