mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-30 13:39:56 +00:00
Added add_queued
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@ -2,7 +2,7 @@
|
||||
# Author: Evgeniy "arcanis" Alexeev <esalexeev@gmail.com>
|
||||
|
||||
pkgname=queued
|
||||
pkgver=1.1.0
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Daemon for starting jobs to queue of calculations"
|
||||
arch=('any')
|
||||
@ -10,7 +10,7 @@ url="https://github.com/arcan1s/queued"
|
||||
license=("GPLv3")
|
||||
depends=('bash')
|
||||
source=(https://github.com/arcan1s/queued/releases/download/V.${pkgver}/${pkgname}-${pkgver}-src.tar.xz)
|
||||
md5sums=('0832ae610567e0aed4dccea02408e5a3')
|
||||
md5sums=('a5e1af503128283cda85ca21d08b6853')
|
||||
backup=('etc/queued.conf')
|
||||
|
||||
package()
|
||||
|
Reference in New Issue
Block a user