mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 14:36:00 +01:00
[lilac] updated to 1.3.0-7
This commit is contained in:
parent
c40821e2f6
commit
a951847fee
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue