summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul2024-03-11 04:18:32 +0100
committerMatMoul2024-03-11 04:18:32 +0100
commit64a6c05b6789614f66c1c359fb2834055b1fe90c (patch)
tree92bf29ddb84136c4bee1959bb1b2d0bf5c19879d
parentc8f1e0f5926eae80a7f30b45dc01b930018e14a8 (diff)
downloadaur-64a6c05b6789614f66c1c359fb2834055b1fe90c.tar.gz
Version 0.16.0.r5.4f6101f-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 305635407584..a865438bf1d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octopi-dev
pkgdesc = This is Octopi, a powerful Pacman frontend using Qt libs
- pkgver = 0.16.0.r4.64e72f0
+ pkgver = 0.16.0.r5.4f6101f
pkgrel = 1
url = https://github.com/aarnt/octopi
arch = any
@@ -9,7 +9,7 @@ pkgbase = octopi-dev
makedepends = qt5-tools
depends = alpm_octopi_utils
depends = qtermwidget
- depends = sudo
+ depends = qt-sudo
optdepends = octopi-notifier-qt5: Notifier for Octopi using Qt5 libs
optdepends = octopi-notifier-frameworks: Notifier for Octopi with Knotifications support
optdepends = pacaur: for AUR support
@@ -21,7 +21,7 @@ pkgbase = octopi-dev
provides = octopi
provides = octopi-repoeditor
provides = octopi-cachecleaner
- source = git+https://github.com/aarnt/octopi.git#commit=64e72f06c9ae9c844b92977e036865d90339b87d
+ source = git+https://github.com/aarnt/octopi.git#commit=4f6101f1af06ec64e81d805c84716b24254b670f
sha256sums = SKIP
pkgname = octopi-dev
diff --git a/PKGBUILD b/PKGBUILD
index a5e7088b44e8..5e517e8d856c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_githubuser=aarnt
_githubrepo=octopi
-_gitcommit=64e72f06c9ae9c844b92977e036865d90339b87d
+_gitcommit=4f6101f1af06ec64e81d805c84716b24254b670f
pkgname=octopi-dev
-pkgver=0.16.0.r4.64e72f0
+pkgver=0.16.0.r5.4f6101f
pkgrel=1
pkgdesc='This is Octopi, a powerful Pacman frontend using Qt libs'
arch=('any')
url="https://github.com/${_githubuser}/${_githubrepo}"
license=('GPL2')
-depends=('alpm_octopi_utils' 'qtermwidget' 'sudo')
+depends=('alpm_octopi_utils' 'qtermwidget' 'qt-sudo')
makedepends=('git' 'qt5-tools')
optdepends=('octopi-notifier-qt5: Notifier for Octopi using Qt5 libs'
'octopi-notifier-frameworks: Notifier for Octopi with Knotifications support'
@@ -25,7 +25,7 @@ provides=('octopi' 'octopi-repoeditor' 'octopi-cachecleaner')
source=("git+https://github.com/${_githubuser}/${_githubrepo}.git#commit=${_gitcommit}")
sha256sums=('SKIP')
-_subdirs=(helper repoeditor cachecleaner sudo)
+_subdirs=(helper repoeditor cachecleaner)
prepare() {
cd "${_githubrepo}"