summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-05-17 00:10:34 +0200
committerMarcin Wieczorek2016-05-17 00:10:34 +0200
commit5a8661253ed1532d0561a3365a618574a65eba41 (patch)
tree3b2da90d8540fb569186212a45106e4c11cd5b4c
parent2ec20baf4838a7fa3f55cee02740c497987cf50c (diff)
downloadaur-5a8661253ed1532d0561a3365a618574a65eba41.tar.gz
Update to 0.8.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68f310a0b6ab..2a57b120092d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octopi-notifier-noknotify
pkgdesc = Notifier for Octopi without knotify
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/aarnt/octopi
install = octopi.install
@@ -9,6 +9,7 @@ pkgbase = octopi-notifier-noknotify
license = GPL2
makedepends = qt5-declarative
makedepends = libnotify
+ makedepends = gcc
depends = octopi
depends = libnotify
optdepends = xfce4-notifyd: for notifications in XFCE
@@ -16,8 +17,8 @@ pkgbase = octopi-notifier-noknotify
conflicts = octopi-notifier-kde
conflicts = octopi-notifier-kde4
conflicts = octopi-notifier
- source = https://github.com/aarnt/octopi/archive/v0.8.0.tar.gz
- sha256sums = 79ab8a24e3329ab4e5320e03309f44f802336cc00bada0f9a37fae46f5eeb02b
+ source = https://github.com/aarnt/octopi/archive/v0.8.1.tar.gz
+ sha256sums = e01c6d959e5663797771b95b47951e3ad11a9abbc7cbb009f1f835404c5ff43e
pkgname = octopi-notifier-noknotify
diff --git a/PKGBUILD b/PKGBUILD
index 6bc33ae5e37e..8efad9ee3f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,26 +2,26 @@
pkgname=octopi-notifier-noknotify
pkgdesc="Notifier for Octopi without knotify"
-pkgver=0.8.0
+pkgver=0.8.1
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/aarnt/octopi"
license=('GPL2')
conflicts=('octopi-notifier-qt4' 'octopi-notifier-kde' 'octopi-notifier-kde4' 'octopi-notifier')
depends=('octopi' 'libnotify')
-makedepends=('qt5-declarative' 'libnotify')
+makedepends=('qt5-declarative' 'libnotify' 'gcc')
optdepends=('xfce4-notifyd: for notifications in XFCE')
source=("https://github.com/aarnt/octopi/archive/v${pkgver}.tar.gz")
install=octopi.install
-sha256sums=('79ab8a24e3329ab4e5320e03309f44f802336cc00bada0f9a37fae46f5eeb02b')
+sha256sums=('e01c6d959e5663797771b95b47951e3ad11a9abbc7cbb009f1f835404c5ff43e')
prepare() {
_cpucount=$(grep -c processor /proc/cpuinfo 2>/dev/null)
_jc=$((${_cpucount:-1}))
-
+
cd "${srcdir}/octopi-${pkgver}"
-}
-
+}
+
build() {
cd "${srcdir}/octopi-${pkgver}"