summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPedro Freitas2016-03-26 20:58:26 -0300
committerPedro Freitas2016-03-26 20:58:26 -0300
commite5b32afb257fb34d1d84971ab9cb9727b449e81e (patch)
treef2c30bc7681eb501cf22c34bd4eb77a52ec43a0e /PKGBUILD
parentbe985262b18d8bb6d769cf5710060187fa1c49a1 (diff)
downloadaur-e5b32afb257fb34d1d84971ab9cb9727b449e81e.tar.gz
Changes to reflect the official client
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b9af295602f..d987ff64c4fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,11 +9,9 @@ license=('unknown')
url="http://ix.io"
depends=('curl')
source=("http://ix.io/client")
-md5sums=('SKIP')
-sha256sums=('SKIP')
+sha256sums=('a7f8ff373eedccb255ec7814c15b22c0dd56c42c783e8afe1f24601534d18275')
package() {
- cd "${pkdgir}"
mkdir -p ${pkgdir}/usr/bin
- install -m655 client ${pkgdir}/usr/bin/ix
+ install -m655 client ${pkgdir}/usr/bin/ix
}