summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjulgonmej2022-05-04 21:17:10 +0200
committerjulgonmej2022-05-04 21:17:10 +0200
commit9bf89ec6cb20473224aa40ab88590ef10229c955 (patch)
tree82caf5406e5eb914d417386c629b8436e47bed6d
parent94294db259940245795b3434784ecb6f9ed7eb5b (diff)
downloadaur-9bf89ec6cb20473224aa40ab88590ef10229c955.tar.gz
Update to 5.3.1
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e44a536b31a..f779841c9ffa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,15 @@
-# Generated by mksrcinfo v8
-# Tue Nov 7 11:41:33 UTC 2017
pkgbase = proot-bin
pkgdesc = chroot, mount --bind, and binfmt_misc without privilege/setup (bin only)
- pkgver = 5.1.0
- pkgrel = 3
- url = http://proot.me
+ pkgver = 5.3.1
+ pkgrel = 1
+ url = https://proot-me.github.io/
arch = i686
arch = x86_64
license = GPL
depends = talloc
provides = proot
conflicts = proot
- source_i686 = proot::https://github.com/proot-me/proot-static-build/blob/master/static/proot-x86?raw=true
- sha1sums_i686 = 6b2f18ff13c1b7f1efe5b55dac0dadaa6966f7a1
- source_x86_64 = proot::https://github.com/proot-me/proot-static-build/blob/master/static/proot-x86_64?raw=true
- sha1sums_x86_64 = 5e713559fd336074971590e8cbe7ab1593ffabfc
+ source_x86_64 = proot::https://proot.gitlab.io/proot/bin/proot
+ sha1sums_x86_64 = aa10c69e4c03240c5fcbc18f8a646a14090c6f73
pkgname = proot-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index cbeb2f387b09..a8db24be21be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,17 @@
pkgname=proot-bin
_pkgname=proot
-pkgver=5.1.0
-pkgrel=3
+pkgver=5.3.1
+pkgrel=1
pkgdesc="chroot, mount --bind, and binfmt_misc without privilege/setup (bin only)"
arch=('i686' 'x86_64')
-url="http://proot.me"
+url="https://proot-me.github.io/"
license=('GPL')
provides=('proot')
conflicts=('proot')
depends=('talloc')
-source_i686=("${_pkgname}"::'https://github.com/proot-me/proot-static-build/blob/master/static/proot-x86?raw=true')
-source_x86_64=("${_pkgname}"::'https://github.com/proot-me/proot-static-build/blob/master/static/proot-x86_64?raw=true')
-sha1sums_i686=('6b2f18ff13c1b7f1efe5b55dac0dadaa6966f7a1')
-sha1sums_x86_64=('5e713559fd336074971590e8cbe7ab1593ffabfc')
+source_x86_64=("${_pkgname}"::'https://proot.gitlab.io/proot/bin/proot')
+sha1sums_x86_64=('aa10c69e4c03240c5fcbc18f8a646a14090c6f73')
package() {
install -dm755 "${pkgdir}"/usr/bin