[lilac] updated to 1.3.0-7

This commit is contained in:
BioArchLinuxBot 2022-10-18 12:28:20 +00:00
parent c40821e2f6
commit a951847fee
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = r-later
pkgdesc = Utilities for Scheduling Functions to Execute Later with Event Loops
pkgver = 1.3.0
pkgrel = 4
pkgrel = 7
url = https://cran.r-project.org/package=later
arch = x86_64
license = MIT

View file

@ -1,11 +1,12 @@
# system requirements: C++11
# Maintainer: Guoyi Zhang <guoyizhang at malacology dot net>
# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com
_pkgname=later
_pkgver=1.3.0
pkgname=r-${_pkgname,,}
pkgver=1.3.0
pkgrel=4
pkgrel=7
pkgdesc='Utilities for Scheduling Functions to Execute Later with Event Loops'
arch=('x86_64')
url="https://cran.r-project.org/package=${_pkgname}"