mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
v1.20.0
This commit is contained in:
parent
4aca54ab02
commit
f321c5f027
2 changed files with 10 additions and 5 deletions
9
.SRCINFO
9
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = looksyk-desktop
|
||||
pkgdesc = A markdown centric, fast and local personal knowledge platform
|
||||
pkgver = 1.19.0
|
||||
pkgver = 1.20.0
|
||||
pkgrel = 1
|
||||
url = https://sebastianrzk.github.io/Looksyk
|
||||
arch = x86_64
|
||||
|
|
@ -15,14 +15,19 @@ pkgbase = looksyk-desktop
|
|||
makedepends = glibc
|
||||
makedepends = bash
|
||||
makedepends = gcc-libs
|
||||
makedepends = pkgconf
|
||||
makedepends = gettext
|
||||
depends = electron
|
||||
depends = glibc
|
||||
depends = bash
|
||||
depends = gcc-libs
|
||||
depends = git
|
||||
depends = fontconfig
|
||||
depends = curl
|
||||
depends = openssl
|
||||
provides = looksyk
|
||||
provides = looksyk-backend
|
||||
source = git+https://github.com/sebastianrzk/looksyk#tag=v1.19.0
|
||||
source = git+https://github.com/sebastianrzk/looksyk#tag=v1.20.0
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = looksyk-desktop
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,15 +1,15 @@
|
|||
# Maintainer: Sebastian Ruziczka <aur@sebastianruziczka.de>
|
||||
pkgname=looksyk-desktop
|
||||
_pkgnameshort=looksyk
|
||||
pkgver=1.19.0
|
||||
pkgver=1.20.0
|
||||
pkgrel=1
|
||||
pkgdesc="A markdown centric, fast and local personal knowledge platform"
|
||||
arch=("x86_64")
|
||||
url="https://sebastianrzk.github.io/Looksyk"
|
||||
license=('AGPL-3.0-or-later')
|
||||
groups=()
|
||||
depends=(electron glibc bash gcc-libs git)
|
||||
makedepends=(git nodejs-lts-jod npm cargo glibc bash gcc-libs)
|
||||
depends=(electron glibc bash gcc-libs git fontconfig curl openssl)
|
||||
makedepends=(git nodejs-lts-jod npm cargo glibc bash gcc-libs pkgconf gettext)
|
||||
checkdepends=(cargo glibc gcc-libs)
|
||||
provides=(looksyk looksyk-backend)
|
||||
changelog=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue