summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2023-10-14 01:56:17 +0200
committerMatMoul2023-10-14 01:56:17 +0200
commit4f800af9308edc4fac1542c62789f1b22fbcfce3 (patch)
tree4aa002c98f406784af83547a7eb3b5f52bedfbfb
parent880b0d26519bdc21e01a0b45067bafd74be0f3fe (diff)
downloadaur-4f800af9308edc4fac1542c62789f1b22fbcfce3.tar.gz
Version 0.15.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57b0ab3f6c9e..40fb53449cfe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = octopi-notifier-frameworks
pkgdesc = Notifier for Octopi with Knotifications support
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
+ depends = knotifications5
provides = octopi-notifier
source = octopi::https://github.com/aarnt/octopi/archive/refs/tags/v0.15.0.tar.gz
sha256sums = e94525d906d6ab4f5fc594cf1a267668ae5f1fa7f32e449ddfa84328dd738f30
diff --git a/PKGBUILD b/PKGBUILD
index 5c9468c7e3f4..d334fbf1b1be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _pkgtagname=v0.15.0
pkgname=octopi-notifier-frameworks
pkgver=0.15.0
-pkgrel=1
+pkgrel=2
pkgdesc='Notifier for Octopi with Knotifications support'
arch=('any')
url="https://tintaescura.com/projects/octopi/"
license=('GPL2')
-depends=('octopi' 'knotifications')
+depends=('octopi' 'knotifications5')
makedepends=('qt5-tools')
provides=('octopi-notifier')
source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
@@ -19,7 +19,7 @@ sha256sums=('e94525d906d6ab4f5fc594cf1a267668ae5f1fa7f32e449ddfa84328dd738f30')
prepare() {
cd "${_githubrepo}-${pkgver}"
- sed -e "s|DEFINES += ALPM_BACKEND #KSTATUS|DEFINES += ALPM_BACKEND KSTATUS|" -i notifier/octopi-notifier.pro
+ sed -e "s|DEFINES += OCTOPI_EXTENSIONS ALPM_BACKEND #KSTATUS|DEFINES += OCTOPI_EXTENSIONS ALPM_BACKEND KSTATUS|" -i notifier/octopi-notifier.pro
}
build() {
cd "${_githubrepo}-${pkgver}"