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
|
||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun/jobcore/$pkgname"
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobcore/$pkgname"
|
||||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=dmraid
|
||||
pkgver=1.0.0.rc16.3
|
||||
_pkgver=1.0.0.rc16-3 ## source has - not allowed for pkgver
|
||||
pkgrel=013
|
||||
_pkgver=1.0.0.rc16-3 ## ver that source has is not allowed for pkgver
|
||||
pkgrel=014
|
||||
pkgdesc="Device mapper RAID interface"
|
||||
url="https://people.redhat.com/~heinzm/sw/dmraid"
|
||||
conflicts=('mkinitcpio<0.7')
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
device-mapper
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue