summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Wieczorek2016-07-05 15:44:36 +0200
committerMarcin Wieczorek2016-07-05 15:44:36 +0200
commit2c5e79d3add71eb7de2c7d3c49cc601ba989eced (patch)
treee9a49fd7ec08b0a093bfd324ae2a6354da5e7f2b
parent68d7e2977515bed2500b6588acaaee5963f4f87f (diff)
downloadaur-2c5e79d3add71eb7de2c7d3c49cc601ba989eced.tar.gz
Version 2.11
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cd2061ab4d5..f7e0d0d8512d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = sandbox
pkgdesc = sandbox'd LD_PRELOAD hack
- pkgver = 2.6
- pkgrel = 2
+ pkgver = 2.11
+ pkgrel = 1
url = http://www.gentoo.org/
arch = i686
arch = x86_64
license = GPL
- depends = glibc
- source = http://distfiles.gentoo.org/distfiles/sandbox-2.6.tar.xz
- md5sums = 83c63d4959c0ebe89685b83f4bbd9f23
+ source = http://distfiles.gentoo.org/distfiles/sandbox-2.11.tar.xz
+ md5sums = 0580e04f2f8ff6ce44a020ff47e011ac
pkgname = sandbox
diff --git a/PKGBUILD b/PKGBUILD
index 449bac3728ee..71e1920763b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
+# Maintainer: Marcin (CTRL) Wieczorek <marcin@marcin.co>
# Contributor: Barthalion <echo YXVyQGJwaW90cm93c2tpLnBsCg== | base64 -d>
-# Maintainer: Star Brilliant <echo bTEzMjUzQGhvdG1haWwuY29tCg== | base64 -d>
+# Contributor: Star Brilliant <echo bTEzMjUzQGhvdG1haWwuY29tCg== | base64 -d>
pkgname=sandbox
-pkgver=2.6
-pkgrel=2
+pkgver=2.11
+pkgrel=1
pkgdesc="sandbox'd LD_PRELOAD hack"
arch=('i686' 'x86_64')
url='http://www.gentoo.org/'
license=('GPL')
-depends=('glibc')
source=(http://distfiles.gentoo.org/distfiles/$pkgname-$pkgver.tar.xz)
-md5sums=('83c63d4959c0ebe89685b83f4bbd9f23')
+md5sums=('0580e04f2f8ff6ce44a020ff47e011ac')
build() {
cd "$srcdir"/$pkgname-$pkgver