summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2023-10-20 18:07:48 +0200
committerMatMoul2023-10-20 18:07:48 +0200
commitfce7b79f2880589f7c5c83a384cc431cae870732 (patch)
tree50047f30046b187a7d4b71a44179e8cda75f8702
parent5086b0ba905270611cf2ca622a12b827902c15d5 (diff)
downloadaur-fce7b79f2880589f7c5c83a384cc431cae870732.tar.gz
Version 0.15.0-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e50877acf0..a0649244df8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = octopi-notifier-qt5
pkgdesc = Notifier for Octopi using Qt5 libs
pkgver = 0.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://tintaescura.com/projects/octopi/
arch = any
license = GPL2
makedepends = qt5-tools
depends = octopi
- depends = knotifications
optdepends = xfce4-notifyd: for notifications in XFCE
provides = octopi-notifier
source = octopi::https://github.com/aarnt/octopi/archive/refs/tags/v0.15.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 70bdf5639c61..6efc9f7c6112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@ _pkgtagname=v0.15.0
pkgname=octopi-notifier-qt5
pkgver=0.15.0
-pkgrel=1
+pkgrel=2
pkgdesc='Notifier for Octopi using Qt5 libs'
arch=('any')
url="https://tintaescura.com/projects/octopi/"
license=('GPL2')
-depends=('octopi' 'knotifications')
+#depends=('octopi' 'knotifications')
+depends=('octopi')
makedepends=('qt5-tools')
optdepends=('xfce4-notifyd: for notifications in XFCE')
provides=('octopi-notifier')