summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 608b620e2ce3..d8c72d29b968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = busybox-git
pkgdesc = Tiny versions of many common UNIX utilities
- pkgver = 1.32.0.r51.g085f19cdf
+ pkgver = 1.33.0.r363.g08ca313d7
pkgrel = 1
url = https://www.busybox.net/
arch = i686
@@ -13,9 +13,8 @@ pkgbase = busybox-git
provides = busybox
conflicts = busybox
source = git+https://git.busybox.net/busybox
- source = config::https://git.archlinux.org/svntogit/community.git/plain/trunk/config?h=packages/busybox
+ source = config::https://raw.githubusercontent.com/archlinux/svntogit-community/packages/busybox/trunk/config
sha256sums = SKIP
sha256sums = SKIP
pkgname = busybox-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3457bd8959b6..74e1222cba84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=busybox-git
-pkgver=1.32.0.r51.g085f19cdf
+pkgver=1.33.0.r363.g08ca313d7
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')
conflicts=('busybox')
source=("git+https://git.busybox.net/busybox"
- "config::https://git.archlinux.org/svntogit/community.git/plain/trunk/config?h=packages/busybox")
+ "config::https://raw.githubusercontent.com/archlinux/svntogit-community/packages/busybox/trunk/config")
sha256sums=('SKIP'
'SKIP')