summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 345ed16c9ca6..81066b23a0b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = entrance-git
pkgdesc = Enlightenment Display Manager
- pkgver = 3.0.0_alpha5.r10.gb8894ea
+ pkgver = 3.0.0_alpha6.r27.g4ace4c8
pkgrel = 1
url = http://www.enlightenment.org/
arch = i686
@@ -11,11 +11,10 @@ pkgbase = entrance-git
depends = efl
depends = xorg-xauth
depends = sudo
- provides = entrance=3.0.0_alpha5.r10.gb8894ea
+ provides = entrance=3.0.0_alpha6.r27.g4ace4c8
conflicts = entrance
backup = etc/entrance/entrance.conf
- source = git://github.com/Obsidian-StudiosInc/entrance
+ source = git+https://github.com/Obsidian-StudiosInc/entrance
sha256sums = SKIP
pkgname = entrance-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6eac45e10bef..f88f5da39e8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=entrance
pkgname=$_pkgname-git
-pkgver=3.0.0_alpha5.r10.gb8894ea
+pkgver=3.0.0_alpha6.r27.g4ace4c8
pkgrel=1
pkgdesc="Enlightenment Display Manager"
url="http://www.enlightenment.org/"
@@ -16,7 +16,7 @@ makedepends=('git' 'meson')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
backup=('etc/entrance/entrance.conf')
-source=("git://github.com/Obsidian-StudiosInc/entrance")
+source=("git+https://github.com/Obsidian-StudiosInc/entrance")
sha256sums=('SKIP')
pkgver() {