Bumprev for pkgs installing virtualpkg.d files.
This commit is contained in:
parent
13a3b27a7a
commit
c045686b04
8 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
__pkgname=chromium
|
__pkgname=chromium
|
||||||
pkgname=${__pkgname}-unstable
|
pkgname=${__pkgname}-unstable
|
||||||
version=17.0.916.0
|
version=17.0.916.0
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://build.chromium.org/official/${__pkgname}-$version.tar.bz2"
|
distfiles="http://build.chromium.org/official/${__pkgname}-$version.tar.bz2"
|
||||||
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cronie'
|
# Template file for 'cronie'
|
||||||
pkgname=cronie
|
pkgname=cronie
|
||||||
version=1.4.8
|
version=1.4.8
|
||||||
revision=6
|
revision=7
|
||||||
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
distfiles="https://fedorahosted.org/releases/c/r/cronie/cronie-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
configure_args="--with-inotify --without-selinux --with-pam --disable-anacron
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dcron'
|
# Template file for 'dcron'
|
||||||
pkgname=dcron
|
pkgname=dcron
|
||||||
version=4.5
|
version=4.5
|
||||||
revision=8
|
revision=9
|
||||||
distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
|
distfiles="http://www.jimpryor.net/linux/releases/dcron-${version}.tar.gz"
|
||||||
short_desc="Dillon's lightweight cron daemon"
|
short_desc="Dillon's lightweight cron daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
|
@ -11,7 +11,7 @@ Add_dependency run libjpeg-turbo
|
||||||
provides="jpeg-devel-8"
|
provides="jpeg-devel-8"
|
||||||
replaces="jpeg-devel>=0"
|
replaces="jpeg-devel>=0"
|
||||||
|
|
||||||
revision=4
|
revision=5
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -11,7 +11,7 @@ Add_dependency run libjpeg-turbo ">=${version}"
|
||||||
provides="jpeg-tools-8"
|
provides="jpeg-tools-8"
|
||||||
replaces="jpeg-tools>=0"
|
replaces="jpeg-tools>=0"
|
||||||
|
|
||||||
revision=4
|
revision=5
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libjpeg-turbo'.
|
# Template build file for 'libjpeg-turbo'.
|
||||||
pkgname=libjpeg-turbo
|
pkgname=libjpeg-turbo
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
revision=4
|
revision=5
|
||||||
homepage="http://libjpeg-turbo.virtualgl.org/"
|
homepage="http://libjpeg-turbo.virtualgl.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rsyslog'
|
# Template file for 'rsyslog'
|
||||||
pkgname=rsyslog
|
pkgname=rsyslog
|
||||||
version=5.8.5
|
version=5.8.5
|
||||||
revision=7
|
revision=8
|
||||||
homepage="http://www.rsyslog.com"
|
homepage="http://www.rsyslog.com"
|
||||||
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
|
distfiles="${homepage}/files/download/rsyslog/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xfce4-notifyd'
|
# Template file for 'xfce4-notifyd'
|
||||||
pkgname=xfce4-notifyd
|
pkgname=xfce4-notifyd
|
||||||
version=0.2.1
|
version=0.2.1
|
||||||
revision=4
|
revision=5
|
||||||
distfiles="http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$version.tar.bz2"
|
distfiles="http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Simple, visually-appealing notification daemon for Xfce"
|
short_desc="Simple, visually-appealing notification daemon for Xfce"
|
||||||
|
|
Loading…
Reference in a new issue