summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-12-14 17:20:04 -0300
committerVinicius Moreira2023-12-14 17:20:04 -0300
commit101b24265dd6796c6e499c2926f6f2915be293f7 (patch)
treeecae9fd08545930d6332e2a5ca15eade98f51e90
parent430c9698ff6bb7d332f025f4464827389340a5c3 (diff)
downloadaur-101b24265dd6796c6e499c2926f6f2915be293f7.tar.gz
0.10.6.RC-18
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e00bcad96e1..08807a03db17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bauh-staging
pkgdesc = Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web). Testing branch (it may not be working properly).
pkgver = 0.10.6.RC
- pkgrel = 17
+ pkgrel = 18
url = https://github.com/vinifmor/bauh
arch = any
license = zlib/libpng
@@ -23,7 +23,6 @@ pkgbase = bauh-staging
optdepends = python-beautifulsoup4: for Native Web applications support
optdepends = python-lxml: for Native Web applications support
optdepends = sqlite3: required for AppImage support
- optdepends = wget: required for AppImage and AUR support
optdepends = fuse2: may be required for AppImage support
optdepends = fuse3: may be required for AppImage support
optdepends = pacman: required for AUR support
@@ -49,7 +48,7 @@ pkgbase = bauh-staging
optdepends = util-linux: to install AUR packages as the root user
provides = bauh
conflicts = bauh
- source = https://github.com/vinifmor/bauh/archive/708bbc07a328ed18e3630e18587aeb21ff74ea0a.tar.gz
- sha512sums = 5ff942652c0c107e186fad1159dc4d5237bac3acd34632785d80b2d7d43d0e075e59665999a63a22d45a5641cedc11573eda97c870b61be65a75c7dc6486b9b5
+ source = https://github.com/vinifmor/bauh/archive/0bc66a9d16bcb7763b10005e6c0c362aea1a2b94.tar.gz
+ sha512sums = 5544a7e94d4ae50f3fab7dd215fe85645ba85d11b87fe7e106aae9e437c9abedbd8c595b22c6501961d4f8f4463689d5ae6015c7924137f9abe934ecf2dea9d0
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 4ae7d51f57d2..a864225a5d8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.6.RC
-pkgrel=17
-_commit="708bbc07a328ed18e3630e18587aeb21ff74ea0a"
+pkgrel=18
+_commit="0bc66a9d16bcb7763b10005e6c0c362aea1a2b94"
pkgdesc="Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web). Testing branch (it may not be working properly)."
arch=('any')
url="https://github.com/vinifmor/bauh"
@@ -14,7 +14,6 @@ optdepends=('flatpak: required for Flatpak support'
'python-beautifulsoup4: for Native Web applications support'
'python-lxml: for Native Web applications support'
'sqlite3: required for AppImage support'
- 'wget: required for AppImage and AUR support'
'fuse2: may be required for AppImage support'
'fuse3: may be required for AppImage support'
'pacman: required for AUR support'
@@ -42,7 +41,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools
provides=("bauh")
conflicts=('bauh')
source=("${url}/archive/${_commit}.tar.gz")
-sha512sums=('5ff942652c0c107e186fad1159dc4d5237bac3acd34632785d80b2d7d43d0e075e59665999a63a22d45a5641cedc11573eda97c870b61be65a75c7dc6486b9b5')
+sha512sums=('5544a7e94d4ae50f3fab7dd215fe85645ba85d11b87fe7e106aae9e437c9abedbd8c595b22c6501961d4f8f4463689d5ae6015c7924137f9abe934ecf2dea9d0')
build() {
cd "${srcdir}/bauh-${_commit}"