summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRX142017-04-19 18:13:10 +0100
committerRX142017-04-19 18:13:10 +0100
commit4319fef1fa51f772ec7a42b933d4be5f63c8fc6c (patch)
tree331eaf64ef862dcc88a04d8465490f06d1305ba0
parent2aa1fc6097529303fc8122eafbd97478f60850fb (diff)
downloadaur-4319fef1fa51f772ec7a42b933d4be5f63c8fc6c.tar.gz
Update Infinit to v0.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD16
3 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f5d24c406e4..807d6de6711a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Apr 19 17:06:27 UTC 2017
pkgbase = infinitsh
pkgdesc = Decentralized Software-Based File Storage Platform
- pkgver = 0.6.0
+ pkgver = 0.7.3
pkgrel = 1
url = http://infinit.sh
arch = x86_64
license = GPL
depends = fuse
- source = https://storage.googleapis.com/sh_infinit_releases/linux64/Infinit-x86_64-linux_debian_oldstable-gcc4-0.6.0.tbz
- md5sums = 35a33301f78643b5a75bc00aaccd7dc6
+ source = https://storage.googleapis.com/sh_infinit_releases/linux64/Infinit-x86_64-linux_debian_oldstable-gcc4-0.7.3.tbz
+ sha256sums = 580a8257ef44210bd5beef640c39515205299a73bae12a3b618b3e184c67d81c
pkgname = infinitsh
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..04ef673a7c45
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg
+/src
+/infinitsh-*.pkg.tar.xz
+/Infinit-*.tbz
diff --git a/PKGBUILD b/PKGBUILD
index 0718a62cdde6..9ec095d25fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,17 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Chris Hobbs (RX14) <chris@rx14.co.uk>
pkgname=infinitsh
-pkgver=0.6.0
+pkgver=0.7.3
pkgrel=1
pkgdesc="Decentralized Software-Based File Storage Platform"
arch=('x86_64')
url="http://infinit.sh"
-license=('GPL')
+license=('unknown')
depends=('fuse')
source=("https://storage.googleapis.com/sh_infinit_releases/linux64/Infinit-x86_64-linux_debian_oldstable-gcc4-${pkgver}.tbz")
-md5sums=('35a33301f78643b5a75bc00aaccd7dc6')
+sha256sums=('580a8257ef44210bd5beef640c39515205299a73bae12a3b618b3e184c67d81c')
package() {
- find
- cd "Infinit-x86_64-linux_debian_oldstable-gcc4-${pkgver}/"
+ cd "Infinit-x86_64-linux_debian_oldstable-gcc4-${pkgver}/"
mkdir -p $pkgdir/opt/infinit.sh/
cp -a * $pkgdir/opt/infinit.sh/
cd $pkgdir/opt/infinit.sh/bin/