summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2017-09-13 14:44:56 -0300
committerPablo Lezaeta Reyes2017-09-13 14:44:56 -0300
commit145184b6ef97c3e70358b278ec90c0e5fa7cfa31 (patch)
treedd2d1dd71510baf989daf2c4b38344332d4d4d22
parent44927300bbfd0e7e9087bf8b1f0b5fca47664dc9 (diff)
downloadaur-145184b6ef97c3e70358b278ec90c0e5fa7cfa31.tar.gz
new upstream ver
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rw-r--r--[-rwxr-xr-x].SRCINFO8
-rwxr-xr-xPKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4abf3edaef4a..e4af3a23d7a4 100755..100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sat Mar 11 08:54:36 UTC 2017
pkgbase = toybox
pkgdesc = A BSD-licensed alternative to busybox
- pkgver = 0.7.3
+ pkgver = 0.7.4
pkgrel = 1
url = http://landley.net/toybox/
arch = i686
@@ -11,8 +9,8 @@ pkgbase = toybox
arch = armv7h
license = BSD
depends = attr
- source = toybox-0.7.3.tar.gz::http://landley.net/toybox/downloads/toybox-0.7.3.tar.gz
- md5sums = 6fa2a001402cb067ba541e0d8948da50
+ source = toybox-0.7.4.tar.gz::http://landley.net/toybox/downloads/toybox-0.7.4.tar.gz
+ md5sums = 55ea59a31c7da9510c8fabe70f4bc561
pkgname = toybox
diff --git a/PKGBUILD b/PKGBUILD
index 7b9b9fc59817..092015293477 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,12 @@
# Contributor: BlackLotus89 <maxmusterm@gmail.com>
pkgname=toybox
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc="A BSD-licensed alternative to busybox"
arch=("i686" "x86_64" "armv6h" "armv7h")
+# I have no problems adding those architectures but in the moment that I get a single
+# complain that not work the I will remove them
license=("BSD")
url="http://landley.net/toybox/"
#makedepends=('')
@@ -17,7 +19,7 @@ source=("${pkgname}-${pkgver}.tar.gz::http://landley.net/${pkgname}/downloads/${
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- msg "Runing script/make.sh to allow YOU to select the options as upstream want"
+ msg "Runing script/make.sh to allow YOU to select the options as upstream want, yeah they ask me to do this"
make menuconfig
bash scripts/make.sh
}
@@ -35,4 +37,5 @@ package() {
install -m755 "${srcdir}/${pkgname}-${pkgver}/${pkgname}" "${pkgdir}/usr/bin/"
cp "${srcdir}/${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/toybox/"
}
-md5sums=('6fa2a001402cb067ba541e0d8948da50')
+
+md5sums=('55ea59a31c7da9510c8fabe70f4bc561')