summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2024-01-06 08:06:30 -0300
committerVinicius Moreira2024-01-06 08:06:30 -0300
commit392dfdb9b0a4b0e42f7705d7e0f45502262866e7 (patch)
treee5a6cc03bae2c8b8bb8aa3391b8155cc514e65b2
parent1c6f2809e71d9ca7ba169b792adbf14026dd03da (diff)
downloadaur-392dfdb9b0a4b0e42f7705d7e0f45502262866e7.tar.gz
0.10.7.RC-1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eba17ac819d1..3825327cc532 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 = 21
+ pkgver = 0.10.7.RC
+ pkgrel = 1
url = https://github.com/vinifmor/bauh
arch = any
license = zlib/libpng
@@ -48,7 +48,7 @@ pkgbase = bauh-staging
optdepends = xdg-utils: to open URLs in the browser
provides = bauh
conflicts = bauh
- source = https://github.com/vinifmor/bauh/archive/2bcbaf85e1648400c21b58e2214d2a117371a9a3.tar.gz
- sha512sums = fc87ece9ee0f6fb47afda1600ca1263fb1aedcab1c7fd7d31ad81bb820629a307f100fb23f4a9b13685afd7f9539d6b15b0cf20694a616cb44ba0aacc7bfe6d2
+ source = https://github.com/vinifmor/bauh/archive/d9bfc63b4e3c166c37aa54e1fb031f557f04fcfe.tar.gz
+ sha512sums = 31eb0e5c95bfd63edfdbb5197a9e1c2d27b770e8d58b8a7d547573e788e79e6bc30f593cc034efa3d4fd3559dab40b7037f953c4615fda24401895bf483b2ff8
pkgname = bauh-staging
diff --git a/.gitignore b/.gitignore
index 9abded0d2931..c8439939abb8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,6 @@
*.tar.*
*.orig
+*.log
+pkg
+src
+
diff --git a/PKGBUILD b/PKGBUILD
index ef654a2e40a0..49bc0cf8772e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Vinícius Moreira <vinicius_fmoreira@hotmail.com>
pkgname=bauh-staging
-pkgver=0.10.6.RC
-pkgrel=21
-_commit="2bcbaf85e1648400c21b58e2214d2a117371a9a3"
+pkgver=0.10.7.RC
+pkgrel=1
+_commit="d9bfc63b4e3c166c37aa54e1fb031f557f04fcfe"
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"
@@ -42,7 +42,7 @@ makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools
provides=("bauh")
conflicts=('bauh')
source=("${url}/archive/${_commit}.tar.gz")
-sha512sums=('fc87ece9ee0f6fb47afda1600ca1263fb1aedcab1c7fd7d31ad81bb820629a307f100fb23f4a9b13685afd7f9539d6b15b0cf20694a616cb44ba0aacc7bfe6d2')
+sha512sums=('31eb0e5c95bfd63edfdbb5197a9e1c2d27b770e8d58b8a7d547573e788e79e6bc30f593cc034efa3d4fd3559dab40b7037f953c4615fda24401895bf483b2ff8')
build() {
cd "${srcdir}/bauh-${_commit}"