remake dmraid
This commit is contained in:
parent
d14161a822
commit
edb2b9d8f1
2 changed files with 7 additions and 4 deletions
|
@ -1,13 +1,14 @@
|
||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||||
# PkgSource : url="https://gittea.disroot.org/joborun/jobcore/$pkgname"
|
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
|
||||||
|
# Website : https://pozol.eu
|
||||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||||
|
|
||||||
pkgname=dmraid
|
pkgname=dmraid
|
||||||
pkgver=1.0.0.rc16.3
|
pkgver=1.0.0.rc16.3
|
||||||
_pkgver=1.0.0.rc16-3 ## source has - not allowed for pkgver
|
_pkgver=1.0.0.rc16-3 ## ver that source has is not allowed for pkgver
|
||||||
pkgrel=013
|
pkgrel=014
|
||||||
pkgdesc="Device mapper RAID interface"
|
pkgdesc="Device mapper RAID interface"
|
||||||
url="https://people.redhat.com/~heinzm/sw/dmraid"
|
url="https://people.redhat.com/~heinzm/sw/dmraid"
|
||||||
conflicts=('mkinitcpio<0.7')
|
conflicts=('mkinitcpio<0.7')
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
device-mapper
|
device-mapper
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue