summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5814026f9362..7023a2e5de79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=octopi-notifier-noknotify
pkgdesc="Notifier for Octopi without knotify"
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/aarnt/octopi"
@@ -13,7 +13,7 @@ makedepends=('qt5-declarative')
optdepends=('xfce4-notifyd: for notifications in XFCE')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
install=octopi.install
-sha256sums=('9b548661807fe8eecc20726a4aefa25658c4ce1bf1bc8f51b54829809d76f12d')
+sha256sums=('e94525d906d6ab4f5fc594cf1a267668ae5f1fa7f32e449ddfa84328dd738f30')
prepare() {
_cpucount=$(grep -c processor /proc/cpuinfo 2>/dev/null)