summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Hentschel2022-06-13 11:48:46 +0200
committerPhilipp Hentschel2022-06-13 11:48:46 +0200
commit418bb2299de3f289582ea53e385a9d020357f22a (patch)
tree8b759b963f78a7b65feeb231b980cfec71e105c2
parent74ca537b6b8a7ae4c69c2a202e3d3e59c4cdd5dc (diff)
downloadaur-418bb2299de3f289582ea53e385a9d020357f22a.tar.gz
0.4.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8867d3a933f8..6a416103239c 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.4.1
- pkgrel = 1
+ pkgver = 0.4.2
+ pkgrel = 0
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.4.1/apnotes-0.4.1.tar.gz
+ source = https://github.com/findus/apple-notes-bridge/archive/0.4.2/apnotes-0.4.2.tar.gz
validpgpkeys = 01938725ABC3812F5DBC219C6E19B9E46E818A5F
- sha256sums = ac67711c97e259891f07660fe0761d53b59df8fdbb471a8db49e76687065e0fe
- sha512sums = e44969a7ac274ac425e2196593fd140757df96a899fa82d6cac5bd35b1276054b8e8474e86d438e07f8a35862db305b3a7adf8746c6dc4b3412b3106d6a2d423
+ sha256sums = cadaf44f83154a82d147189575e3275e64490fc7b13a22ba8a51202f73bbdd5e
+ sha512sums = 1f4ae624cb5490db3cb112dd15c16956ca48a6b714d9f3aae0c27eef0b2bc4c9b4adc44e6fca71f00ea1d7e614881556a73c0d32255a3fee4418ebb81b962b46
pkgname = apnotes
diff --git a/PKGBUILD b/PKGBUILD
index 6b8556e7904b..3f9c4bdccdfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philipp Hentschel <aur[at]f1ndus[dot]de>
pkgname=apnotes
-pkgver=0.4.1
-pkgrel=1
+pkgver=0.4.2
+pkgrel=0
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=('ac67711c97e259891f07660fe0761d53b59df8fdbb471a8db49e76687065e0fe')
-sha512sums=('e44969a7ac274ac425e2196593fd140757df96a899fa82d6cac5bd35b1276054b8e8474e86d438e07f8a35862db305b3a7adf8746c6dc4b3412b3106d6a2d423')
+sha256sums=('cadaf44f83154a82d147189575e3275e64490fc7b13a22ba8a51202f73bbdd5e')
+sha512sums=('1f4ae624cb5490db3cb112dd15c16956ca48a6b714d9f3aae0c27eef0b2bc4c9b4adc44e6fca71f00ea1d7e614881556a73c0d32255a3fee4418ebb81b962b46')
validpgpkeys=('01938725ABC3812F5DBC219C6E19B9E46E818A5F')