xrdb: update to 1.2.0.
This commit is contained in:
parent
35a2907725
commit
f53987c02f
1 changed files with 7 additions and 7 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template build file for 'xrdb'.
|
||||
# Template file for 'xrdb'
|
||||
pkgname=xrdb
|
||||
version=1.1.1
|
||||
version=1.2.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-cpp=/usr/bin/mcpp"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkgconf"
|
||||
makedepends="libX11-devel libXmu-devel"
|
||||
depends="mcpp"
|
||||
short_desc="X server resource database utility"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
||||
checksum=2d23ade7cdbb487996bf77cbb32cbe9bdb34d004748a53de7a4a97660d2217b7
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
distfiles="${XORG_SITE}/app/${pkgname}-${version}.tar.bz2"
|
||||
checksum=f23a65cfa1f7126040d68b6cf1e4567523edac10f8dc06f23d840d330c7c6946
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue