Skip to content

Commit

Permalink
Fix tools
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Jan 18, 2025
1 parent df1cbbf commit 58eb35c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/pentesting/caido-cli/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ license=('private')
depends=('gcc-libs' 'glibc')
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::https://caido.download/releases/v${pkgver}/caido-cli-v${pkgver}-linux-x86_64.tar.gz")
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::https://caido.download/releases/v${pkgver}/caido-cli-v${pkgver}-linux-aarch64.tar.gz")
sha512sums_x86_64=('c8cda43b296e13eab7e24ab3692584f9f99f75c5651daa15c2dd56efd333fece2f13c3f2c3184fa62cd2bed47e77a8c9cd43058fb5154ea8c719e77ab5ae7a31')
sha512sums_aarch64=('b3b091907078c70f36e438563ec917c3330766392434adbd025e04e4c68f8d05c4b624bf666ceee4026782590f8f81e86654fea84c8eb952eb4a9bab052f0746')
sha512sums_x86_64=('e3ded7b4ce03ec1d13574a3fd2fa66642d1fd2a4b8fa083616c80ab3097f1f961950b88a80cb64731c288474614efcf971b55b4c4f70e494deb3423ac08481c6')
sha512sums_aarch64=('ec0c7d2df0123287e92e7add3c012ed9d64ca57d01badaff354a87357b24a5135fc09071eeb60283d17fcd76a577b2925f9c3c52e7cb44f32dc49776815baa3f')

package() {
install -Dm755 caido-cli -t $pkgdir/usr/bin
Expand Down
2 changes: 1 addition & 1 deletion packages/pentesting/gconf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pkgver=3.2.6+11+g07808097
pkgrel=11
pkgdesc='An obsolete configuration database system'
url='https://projects-old.gnome.org/gconf/'
arch=($CARCH)
arch=('x86_64' 'aarch64')
license=('LGPL')
depends=('libxml2' 'polkit' 'libldap' 'dbus-glib' 'python')
makedepends=('git' 'intltool' 'gtk-doc' 'gobject-introspection' 'gnome-common' 'glib2-devel')
Expand Down

0 comments on commit 58eb35c

Please sign in to comment.