summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-05-20 21:09:46 +0800
committerChocobo12023-05-20 21:09:46 +0800
commit17330f7817b6fe0adc703483eeeb8810ac30140a (patch)
tree853457e4be7d539b54fb371bbc1471f3b1725b35
parentc54abd1306cd25a064aa5eaf11018cb2709e77d6 (diff)
downloadaur-busybox-git.tar.gz
upgpkg: busybox-git 1.36.0.r67.g3e83699ce-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ddc923806fd..edf9056a7efa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = busybox-git
pkgdesc = Tiny versions of many common UNIX utilities
- pkgver = 1.36.0.r35.g05f2bedae
+ pkgver = 1.36.0.r67.g3e83699ce
pkgrel = 1
url = https://www.busybox.net/
arch = i686
@@ -10,10 +10,10 @@ pkgbase = busybox-git
makedepends = kernel-headers-musl
makedepends = musl
makedepends = ncurses
- provides = busybox=1.36.0.r35.g05f2bedae
+ provides = busybox=1.36.0.r67.g3e83699ce
conflicts = busybox
source = git+https://git.busybox.net/busybox
- source = config::https://raw.githubusercontent.com/archlinux/svntogit-community/packages/busybox/trunk/config
+ source = config::https://gitlab.archlinux.org/archlinux/packaging/packages/busybox/-/raw/main/config
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 86d607d5c30e..2fec30641043 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=busybox-git
-pkgver=1.36.0.r35.g05f2bedae
+pkgver=1.36.0.r67.g3e83699ce
pkgrel=1
pkgdesc="Tiny versions of many common UNIX utilities"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ makedepends=('git' 'kernel-headers-musl' 'musl' 'ncurses')
provides=("busybox=$pkgver")
conflicts=('busybox')
source=("git+https://git.busybox.net/busybox"
- "config::https://raw.githubusercontent.com/archlinux/svntogit-community/packages/busybox/trunk/config")
+ "config::https://gitlab.archlinux.org/archlinux/packaging/packages/busybox/-/raw/main/config")
sha256sums=('SKIP'
'SKIP')