summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Hentschel2021-12-24 19:38:12 +0100
committerPhilipp Hentschel2021-12-24 19:38:12 +0100
commit4f4569cbc566f9da6e4a78059c2cdaaebe84426a (patch)
treed71970d822284d6638869a4fc11627e550c20395
parentbce013ad038c246e58533bce8ac65d8a30f3a4ff (diff)
downloadaur-4f4569cbc566f9da6e4a78059c2cdaaebe84426a.tar.gz
bumped to 0.3.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a612d710484b..8953934c582b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apnotes
pkgdesc = Interface for Linux to View, Edit, Create and Sync Notes written on apple devices
- pkgver = 0.3.8
- pkgrel = 2
+ pkgver = 0.3.9
+ pkgrel = 1
url = https://github.com/findus/apnotes
arch = x86_64
license = MIT
@@ -10,9 +10,9 @@ pkgbase = apnotes
depends = sqlite
depends = openssl
depends = dbus
- source = https://github.com/findus/apple-notes-bridge/archive/0.3.8/apnotes-0.3.8.tar.gz
+ source = https://github.com/findus/apple-notes-bridge/archive/0.3.9/apnotes-0.3.9.tar.gz
validpgpkeys = 01938725ABC3812F5DBC219C6E19B9E46E818A5F
- sha256sums = 1e0151a8ec7e70f29e56b26ad6b17638919cb895583141a08db036b7039c54b2
- sha512sums = a603c54183c2a0ab5b38a4ed3115aad3cb7aefe8b6be92957a3a7fdd04873c6a288767a88a13c3b01dfc0a66773e0fd9985ff4d8c5727f1e6430cc69ee9033a6
+ sha256sums = 6dae0f116be3ad6a2bb00bf849df4c5dbfe34bd29655907ccd11b15e5162b0da
+ sha512sums = 6c89786bb83d05861b9963a37edb0dfd6cac483f001c1ea9d340ac8db465467d0ae55d57df37c742b7c7833cfd393aa474672a36e5b0fbad75fa6c39125f76a2
pkgname = apnotes
diff --git a/PKGBUILD b/PKGBUILD
index 24b88ad12c0b..0145004707c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp Hentschel <aur[at]f1ndus[dot]de>
pkgname=apnotes
-pkgver=0.3.8
-pkgrel=2
+pkgver=0.3.9
+pkgrel=1
pkgdesc='Interface for Linux to View, Edit, Create and Sync Notes written on apple devices'
url='https://github.com/findus/apnotes'
arch=('x86_64')
@@ -10,8 +10,8 @@ license=('MIT')
makedepends=('rust' 'scdoc')
depends=('sqlite' 'openssl' 'dbus')
source=(https://github.com/findus/apple-notes-bridge/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('1e0151a8ec7e70f29e56b26ad6b17638919cb895583141a08db036b7039c54b2')
-sha512sums=('a603c54183c2a0ab5b38a4ed3115aad3cb7aefe8b6be92957a3a7fdd04873c6a288767a88a13c3b01dfc0a66773e0fd9985ff4d8c5727f1e6430cc69ee9033a6')
+sha256sums=('6dae0f116be3ad6a2bb00bf849df4c5dbfe34bd29655907ccd11b15e5162b0da')
+sha512sums=('6c89786bb83d05861b9963a37edb0dfd6cac483f001c1ea9d340ac8db465467d0ae55d57df37c742b7c7833cfd393aa474672a36e5b0fbad75fa6c39125f76a2')
validpgpkeys=('01938725ABC3812F5DBC219C6E19B9E46E818A5F')
@@ -32,4 +32,5 @@ package() {
install -Dm755 target/release/apnotes -t "${pkgdir}/usr/bin"
install -Dm644 target/release/apnotes.1.gz -t "${pkgdir}/usr/share/man/man1"
install -Dm644 target/release/apnotes.5.gz -t "${pkgdir}/usr/share/man/man5"
+ install -Dm644 target/release/apnotes-tui.1.gz -t "${pkgdir}/usr/share/man/man1"
}