summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2023-09-11 10:51:41 +0200
committerMatMoul2023-09-11 10:51:41 +0200
commit5086b0ba905270611cf2ca622a12b827902c15d5 (patch)
treea98b4c5570382aab74d8a6b3911f36b7b215ca04
parentf1dd5b85c6f7216e4d68686f5e5ea50f00afc1a4 (diff)
downloadaur-5086b0ba905270611cf2ca622a12b827902c15d5.tar.gz
Version 0.15.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c95e1ebb9eb..65e50877acf0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = octopi-notifier-qt5
pkgdesc = Notifier for Octopi using Qt5 libs
- pkgver = 0.14.0
- pkgrel = 2
+ pkgver = 0.15.0
+ pkgrel = 1
url = https://tintaescura.com/projects/octopi/
arch = any
license = GPL2
@@ -10,7 +10,7 @@ pkgbase = octopi-notifier-qt5
depends = knotifications
optdepends = xfce4-notifyd: for notifications in XFCE
provides = octopi-notifier
- source = octopi::https://github.com/aarnt/octopi/archive/refs/tags/v0.14.0.tar.gz
- sha256sums = 9b548661807fe8eecc20726a4aefa25658c4ce1bf1bc8f51b54829809d76f12d
+ source = octopi::https://github.com/aarnt/octopi/archive/refs/tags/v0.15.0.tar.gz
+ sha256sums = e94525d906d6ab4f5fc594cf1a267668ae5f1fa7f32e449ddfa84328dd738f30
pkgname = octopi-notifier-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 3f7215bab6ce..70bdf5639c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_githubuser=aarnt
_githubrepo=octopi
-_pkgtagname=v0.14.0
+_pkgtagname=v0.15.0
pkgname=octopi-notifier-qt5
-pkgver=0.14.0
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
pkgdesc='Notifier for Octopi using Qt5 libs'
arch=('any')
url="https://tintaescura.com/projects/octopi/"
@@ -16,7 +16,7 @@ makedepends=('qt5-tools')
optdepends=('xfce4-notifyd: for notifications in XFCE')
provides=('octopi-notifier')
source=("${_githubrepo}::https://github.com/${_githubuser}/${_githubrepo}/archive/refs/tags/${_pkgtagname}.tar.gz")
-sha256sums=('9b548661807fe8eecc20726a4aefa25658c4ce1bf1bc8f51b54829809d76f12d')
+sha256sums=('e94525d906d6ab4f5fc594cf1a267668ae5f1fa7f32e449ddfa84328dd738f30')
build() {
cd "${_githubrepo}-${pkgver}"