mirror of
https://github.com/archlinux/aur.git
synced 2026-03-13 19:04:45 +01:00
New upstream release 0.1.8
This commit is contained in:
parent
6e3fb8b8f1
commit
a5a8073f44
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mnemo
|
||||
pkgdesc = Note-taking app designed to enhance the retention of information.
|
||||
pkgver = 0.1.7
|
||||
pkgver = 0.1.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/lemueldls/mnemo
|
||||
arch = x86_64
|
||||
|
|
@ -30,7 +30,7 @@ pkgbase = mnemo
|
|||
depends = openssl
|
||||
options = !strip
|
||||
options = !emptydirs
|
||||
source = mnemo-v0.1.7.tar.gz::https://github.com/lemueldls/mnemo/archive/refs/tags/mnemo-v0.1.7.tar.gz
|
||||
sha256sums = 217316e3f22954dd41b90e59095be9f0336ffa72d6aeb19e4ba3b564740b7f95
|
||||
source = mnemo-v0.1.8.tar.gz::https://github.com/lemueldls/mnemo/archive/refs/tags/mnemo-v0.1.8.tar.gz
|
||||
sha256sums = 50a388d362b1d38c50e2d74feaf49992b24645d0ce30a067a18f3d9c630b5847
|
||||
|
||||
pkgname = mnemo
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,5 +1,5 @@
|
|||
pkgname=mnemo
|
||||
pkgver=0.1.7
|
||||
pkgver=0.1.8
|
||||
pkgrel=1
|
||||
pkgdesc="Note-taking app designed to enhance the retention of information."
|
||||
arch=('x86_64')
|
||||
|
|
@ -8,7 +8,7 @@ license=('AGPL-3.0')
|
|||
depends=('cairo' 'desktop-file-utils' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libsoup' 'pango' 'webkit2gtk-4.1' 'openssl')
|
||||
makedepends=('cargo' 'nodejs' 'pnpm' 'git' 'file' 'appmenu-gtk-module' 'libappindicator-gtk3' 'librsvg' 'base-devel' 'curl' 'wget' 'rustup' 'webkit2gtk-4.1') options=('!strip' '!emptydirs')
|
||||
source=("mnemo-v$pkgver.tar.gz::https://github.com/lemueldls/mnemo/archive/refs/tags/mnemo-v$pkgver.tar.gz")
|
||||
sha256sums=('217316e3f22954dd41b90e59095be9f0336ffa72d6aeb19e4ba3b564740b7f95')
|
||||
sha256sums=('50a388d362b1d38c50e2d74feaf49992b24645d0ce30a067a18f3d9c630b5847')
|
||||
_builddir="mnemo-mnemo-v$pkgver/platform"
|
||||
prepare() {
|
||||
cd "$srcdir/$_builddir" || exit 1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue