Skip to content

Commit 7cd5934

Browse files
committed
multiple: rename dep + pkgrel++.
1 parent 4ba11b4 commit 7cd5934

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

packages/elettra-gui/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
pkgname=elettra-gui
55
pkgver=1.0
6-
pkgrel=5
6+
pkgrel=6
77
pkgdesc='Gui for the elettra crypto application.'
88
arch=('x86_64' 'aarch64')
99
url='http://www.winstonsmith.info/julia/elettra/'
1010
license=('custom')
11-
depends=('wxgtk3' 'elettra')
11+
depends=('wxwidgets-gtk3' 'elettra')
1212
groups=('blackarch' 'blackarch-misc')
1313
source=('http://www.winstonsmith.info/julia/elettra/elettra_gui.tar.gz')
1414
sha512sums=('c76e027324fd5735307fa591c802892f623ee25b09e1ea44cd9fadfada8f26fc2a860fe1a9bbe357a172f584cb1dea3e9f2953da8599cb563b3a4ff20add7786')

packages/frisbeelite/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
pkgname=frisbeelite
55
pkgver=1.2
6-
pkgrel=8
6+
pkgrel=9
77
groups=('blackarch' 'blackarch-fuzzer')
88
pkgdesc='A GUI-based USB device fuzzer.'
99
arch=('any')
1010
url='https://github.com/nccgroup/FrisbeeLite'
1111
license=('GPL3')
12-
depends=('python2' 'libusb' 'python2-pyusb' 'wxgtk3' 'python2-wxpython3')
12+
depends=('python2' 'libusb' 'python2-pyusb' 'wxwidgets-gtk3' 'python2-wxpython3')
1313
makedepends=('git')
1414
source=("$pkgname::git+https://github.com/nccgroup/FrisbeeLite.git")
1515
sha512sums=('SKIP')

packages/python2-wxpython3/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
pkgname=python2-wxpython3
88
_pkgname=wxPython
99
pkgver=3.0.2.0
10-
pkgrel=5
10+
pkgrel=6
1111
pkgdesc='Classic wxWidgets GUI toolkit for Python.'
1212
arch=('x86_64' 'aarch64')
1313
license=('custom:wxWindows')
1414
url="https://www.wxpython.org"
15-
depends=('wxgtk3' 'python2')
15+
depends=('wxwidgets-gtk3' 'python2')
1616
makedepends=('mesa' 'glu')
1717
conflicts=(wxpython)
1818
replaces=(wxpython)

packages/wxhexeditor/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
pkgname=wxhexeditor
55
pkgver=733.f439d8f
6-
pkgrel=3
6+
pkgrel=4
77
pkgdesc='A free hex editor / disk editor for Linux, Windows and MacOSX.'
88
arch=('x86_64' 'aarch64')
99
groups=('blackarch' 'blackarch-binary' 'blackarch-misc')
1010
url='http://wxhexeditor.sourceforge.net/'
1111
license=('GPL')
12-
depends=('wxgtk3' 'mhash' 'python' 'python2')
12+
depends=('wxwidgets-gtk3' 'mhash' 'python' 'python2')
1313
makedepends=('git')
1414
source=("$pkgname::git+https://github.com/EUA/wxHexEditor.git")
1515
sha512sums=('SKIP')

0 commit comments

Comments
 (0)