aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
-rw-r--r--README6
4 files changed, 14 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d54f7b27f809..7bb5fc67ef02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ao
pkgdesc = An Electron wrapper for Microsoft To-Do
- pkgver = 5.5.0
+ pkgver = 5.6.0
pkgrel = 1
url = https://klauscfhq.github.io/ao/
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = ao
depends = libxss
provides = ao
conflicts = ao-git
- source = https://github.com/klauscfhq/ao/releases/download/v5.5.0/ao_5.5.0_amd64.deb
- md5sums = 5bb131ed13f931782e8b98c99c316252
+ source = https://github.com/klauscfhq/ao/releases/download/v5.6.0/ao_5.6.0_amd64.deb
+ md5sums = d8ca1af7bc90c455812f77793de95e5e
pkgname = ao
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f7040d6c6169
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg
+src
+*.deb
+*.pkg.tar.xz
+.project
diff --git a/PKGBUILD b/PKGBUILD
index 02b69caffd6d..1a62cba2d26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David Naramski <david.naramski AT gmail.com>
# Contributor: Paul Oppenheimer <redg3ar@airmail.cc>
pkgname=ao
-pkgver=5.5.0
+pkgver=5.6.0
pkgrel=1
pkgdesc="An Electron wrapper for Microsoft To-Do"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gconf' 'libnotify' 'libappindicator' 'libxtst' 'nss' 'libxss')
provides=('ao')
conflicts=('ao-git')
source=("https://github.com/klauscfhq/${pkgname}/releases/download/v${pkgver}/${pkgname}_${pkgver}_amd64.deb")
-md5sums=('5bb131ed13f931782e8b98c99c316252')
+md5sums=('d8ca1af7bc90c455812f77793de95e5e')
package() {
tar xfJ ${srcdir}/data.tar.xz -C ${pkgdir}
diff --git a/README b/README
index 52926b03af2d..67bca6ce4a4b 100644
--- a/README
+++ b/README
@@ -1,7 +1,10 @@
Updating the package:
* Upgrade version in PKGBUILD
-* Update checksums in PKGBUILD
+* Update checksums in PKGBUILD
+
+ updpkgsums
+
* Update .SRCINFO
makepkg --printsrcinfo > .SRCINFO
@@ -9,4 +12,3 @@ Updating the package:
* Git add
* Git commit
* Git push
-