summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Roth2019-04-26 08:58:23 -0500
committerOmar Roth2019-04-26 08:58:23 -0500
commitab6db54e51762e98ae0e91512bb4d34c0d91e644 (patch)
treea028bd8c2f5cc0c011638aea678bcd49cba5e182
parent7cc8dfcc1a219712f242faf31b6089fa6d96d607 (diff)
downloadaur-ab6db54e51762e98ae0e91512bb4d34c0d91e644.tar.gz
Update to 0.7.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f741617c15f2..522e3a0110bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = urbit
pkgdesc = An operating function
- pkgver = 0.7.3
+ pkgver = 0.7.4
pkgrel = 1
- url = https://urbit.org/
+ url = https://github.com/urbit/urbit
arch = i686
arch = x86_64
license = MIT
@@ -23,7 +23,7 @@ pkgbase = urbit
depends = libuv
depends = python
conflicts = urbit-git
- source = urbit-0.7.3::git+https://github.com/urbit/urbit
+ source = urbit-0.7.4::git+https://github.com/urbit/urbit
sha256sums = SKIP
pkgname = urbit
diff --git a/PKGBUILD b/PKGBUILD
index 77770072d492..90f39f1439fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Omar Roth <omarroth@hotmail.com>
pkgname=urbit
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc="An operating function"
arch=('i686' 'x86_64')
-url="https://urbit.org/"
+url="https://github.com/urbit/urbit"
license=('MIT')
depends=('libsigsegv' 'gmp' 'openssl' 'ncurses' 'curl' 'libuv' 'python')
makedepends=('gcc' 'automake' 'autoconf' 'ragel' 'cmake' 're2c' 'libtool' 'meson' 'ninja')