xbps-src: update to v13.
This commit is contained in:
parent
ef181b9db9
commit
86810097c8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
|||
# Template file for 'xbps-src'
|
||||
pkgname=xbps-src
|
||||
version=12
|
||||
revision=1
|
||||
version=13
|
||||
distfiles="https://github.com/downloads/xtraeme/xbps-src/xbps-src-${version}.tar.gz"
|
||||
build_style=gnu-makefile
|
||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||
|
@ -10,7 +9,7 @@ short_desc="The XBPS package system - binary package builder"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/p/xbps"
|
||||
license="Simplified BSD"
|
||||
checksum=86a2d26dbca5cf6fe4d94dcb2935b64b17ec42c03e2e46b5bc804342df8adf1c
|
||||
checksum=829ceb9cf39e0723511c677f9308ba3e16901d91b00b6a22fb8590d441b7b7df
|
||||
long_desc="
|
||||
The XBPS package system. A new, fast, from scratch and simple
|
||||
binary package manager. This package includes xbps-src, the
|
||||
|
@ -28,5 +27,6 @@ Add_dependency full perl ">=0"
|
|||
Add_dependency full fakeroot
|
||||
Add_dependency full libcap-progs
|
||||
Add_dependency full xbps-static
|
||||
Add_dependency full git
|
||||
|
||||
Add_dependency build libcap-devel
|
||||
|
|
Loading…
Reference in a new issue