mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 00:06:18 +01:00
Updated: 1.2.3
This commit is contained in:
parent
b2648673b9
commit
e4ed30ec48
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = loopi-bin
|
||||
pkgdesc = A visual automation builder that lets you create, schedule, and run automations with secure credential management
|
||||
pkgver = 1.2.2
|
||||
pkgver = 1.2.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/Dyan-Dev/loopi
|
||||
arch = x86_64
|
||||
|
|
@ -30,7 +30,7 @@ pkgbase = loopi-bin
|
|||
depends = libxcb
|
||||
provides = loopi
|
||||
conflicts = loopi
|
||||
source_x86_64 = loopi-x86_64-1.2.2.deb::https://github.com/Dyan-Dev/loopi/releases/download/v1.2.2/loopi_1.2.2_amd64.deb
|
||||
sha256sums_x86_64 = ff034edea9802bd99e9f0c5a6538b717131856284c7ac319363085c149ec5554
|
||||
source_x86_64 = loopi-x86_64-1.2.3.deb::https://github.com/Dyan-Dev/loopi/releases/download/v1.2.3/loopi_1.2.3_amd64.deb
|
||||
sha256sums_x86_64 = 3ae74b958d33c5b48f686c7742d5da214c95dd357ae6a001115f7c1a05b2ad68
|
||||
|
||||
pkgname = loopi-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,7 +5,7 @@ _pkgname=loopi
|
|||
pkgname=${_pkgname}-bin
|
||||
pkgdesc="A visual automation builder that lets you create, schedule, and run automations with secure credential management"
|
||||
|
||||
pkgver=1.2.2
|
||||
pkgver=1.2.3
|
||||
pkgrel=1
|
||||
_pkgstr=${pkgver}
|
||||
_pkgvername=v${pkgver}
|
||||
|
|
@ -23,7 +23,7 @@ conflicts=("${_pkgname}")
|
|||
depends=('glibc' 'gcc-libs' 'glib2' 'libxfixes' 'libxdamage' 'nspr' 'dbus' 'expat' 'gtk3' 'libxrandr' 'libxext' 'libxcomposite' 'libxkbcommon' 'nss' 'libcups' 'mesa' 'systemd-libs' 'cairo' 'alsa-lib' 'pango' 'at-spi2-core' 'libx11' 'libxcb')
|
||||
|
||||
source_x86_64=("${_pkgname}-${arch[0]}-${pkgver}.deb::${url}/releases/download/${_pkgvername}/${_pkgname}_${_pkgstr}_${_barch[0]}.deb")
|
||||
sha256sums_x86_64=('ff034edea9802bd99e9f0c5a6538b717131856284c7ac319363085c149ec5554')
|
||||
sha256sums_x86_64=('3ae74b958d33c5b48f686c7742d5da214c95dd357ae6a001115f7c1a05b2ad68')
|
||||
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue