summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2024-02-20 23:03:05 +0100
committerMichał Wojdyła2024-02-20 23:03:05 +0100
commitd630c028d17d2ec10459d69f983581fc10b8e053 (patch)
tree758b051134864ced5be955490f21efd5a8ad0620
parent2d05eaf11a4c401cc95bdf7e35e409653ee48955 (diff)
downloadaur-d630c028d17d2ec10459d69f983581fc10b8e053.tar.gz
fix build
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6735837e8359..7fba6ed353a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bunsen-utilities-git
pkgdesc = Collection of utility scripts
- pkgver = r141.e1caa5d
+ pkgver = r739.4031ae1
pkgrel = 1
url = https://github.com/BunsenLabs/bunsen-utilities
arch = any
@@ -17,8 +17,7 @@ pkgbase = bunsen-utilities-git
optdepends = zenity: Required bl-conkyzen and bl-tint2edit
provides = bunsen-utilities
conflicts = bunsen-utilities
- source = bunsen-utilities::git+https://github.com/BunsenLabs/bunsen-utilities.git#branch=master
+ source = bunsen-utilities::git+https://github.com/BunsenLabs/bunsen-utilities.git#branch=boron
md5sums = SKIP
pkgname = bunsen-utilities-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 5036af41f5cb..9c44e761addf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: 2ion <dev@2ion.de>
+# Contributor: 2ion <dev@2ion.de>
pkgname=bunsen-utilities-git
-pkgver=r141.e1caa5d
+pkgver=r739.4031ae1
pkgrel=1
pkgdesc="Collection of utility scripts"
arch=('any')
@@ -13,7 +13,7 @@ optdepends=(\
makedepends=('git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("${pkgname%-git}::git+https://github.com/BunsenLabs/bunsen-utilities.git#branch=master")
+source=("${pkgname%-git}::git+https://github.com/BunsenLabs/bunsen-utilities.git#branch=boron")
md5sums=(SKIP)
pkgver() {
@@ -25,5 +25,4 @@ package() {
cd "$srcdir/${pkgname%-git}"
install -d "${pkgdir}/usr/bin"
install -t "${pkgdir}/usr/bin" bin/bl-*
- install -Dm644 bl-exitrc "${pkgdir}/etc/bl-exit/bl-exitrc"
}