summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos2020-06-26 17:22:48 +0300
committerKonstantinos2020-06-26 17:22:48 +0300
commit09dca08d80795c55c493866dce2bb9bd9e1ef58f (patch)
tree8fe6b8132a18213c291c43cf643353acfd591f4a
parentb4934ce22c4efb996740f16ecd47208324866d49 (diff)
downloadaur-inferno-hg.tar.gz
repo moved
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d77c459699da..d5086795b315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = inferno-hg
pkgdesc = A compact operating system designed for building distributed and networked systems. (Mercurial)
pkgver = 832+.62ae0f75aa71+
- pkgrel = 2
- url = https://bitbucket.org/inferno-os/inferno-os
+ pkgrel = 3
+ url = https://bitbucket.org/inferno-os/inferno-os-hg
install = inferno.install
arch = any
license = GPL2
provides = inferno
conflicts = inferno
options = !strip
- source = inferno::hg+https://bitbucket.org/inferno-os/inferno-os
+ source = inferno::hg+https://bitbucket.org/inferno-os/inferno-os-hg
source = make-install-root.sh
sha1sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7e83732ee501..e1b62661e66c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=inferno
pkgname=${_pkgname}-hg
pkgver=832+.62ae0f75aa71+
-pkgrel=2
+pkgrel=3
pkgdesc='A compact operating system designed for building distributed and networked systems. (Mercurial)'
arch=('any')
-url='https://bitbucket.org/inferno-os/inferno-os'
+url='https://bitbucket.org/inferno-os/inferno-os-hg'
license=('GPL2')
depends_i686=('gcc-libs' 'libx11' 'libxext')
depends_x86_64=('lib32-gcc-libs' 'lib32-libx11' 'lib32-libxext')
@@ -15,7 +15,7 @@ makedepends_x86_64=('gcc-multilib' 'lib32-glibc' 'mercurial')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=('!strip')
-source=("${_pkgname}::hg+https://bitbucket.org/${_pkgname}-os/${_pkgname}-os"
+source=("${_pkgname}::hg+https://bitbucket.org/${_pkgname}-os/${_pkgname}-os-hg"
'make-install-root.sh')
sha1sums=('SKIP'
'SKIP')
@@ -62,4 +62,4 @@ package() {
mkdir -p "${pkgdir}/usr/bin"
install -D -m755 "${_pkgname}/inferno" "${pkgdir}/usr/bin/inferno"
install -D -m644 "${_pkgname}/NOTICE" "${pkgdir}/usr/share/licenses/${_pkgname}/NOTICE"
-} \ No newline at end of file
+}