mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-09 14:22:57 +02:00
xbitmaps: fix noarch=
This commit is contained in:
parent
9c38ad34bd
commit
3a146c71c1
1 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template build file for 'xbitmaps'.
|
||||
# Template file for 'xbitmaps'
|
||||
pkgname=xbitmaps
|
||||
version=1.1.2
|
||||
revision=1
|
||||
noarch="yes"
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=gnu-configure
|
||||
short_desc="Common X11 bitmaps"
|
||||
homepage="http://xorg.freedesktop.org"
|
||||
license="MIT"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
distfiles="${XORG_SITE}/data/$pkgname-$version.tar.bz2"
|
||||
homepage="https://wiki.freedesktop.org/xorg/"
|
||||
distfiles="${XORG_SITE}/data/${pkgname}-${version}.tar.bz2"
|
||||
checksum=b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue