summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e666ebd609..65c2177055e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 3 17:43:55 UTC 2017
+# Mon Oct 2 18:11:55 UTC 2017
pkgbase = entrance-git
pkgdesc = Enlightenment Display Manager
- pkgver = 0.1.0_alpha1.r0.g2820b95
+ pkgver = 3.0.0_alpha1.r0.g0ed49dd
pkgrel = 1
url = http://www.enlightenment.org/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = entrance-git
depends = xorg-xauth
depends = sudo
optdepends = ekbd-git: For virtual keyboard
- provides = entrance=0.1.0_alpha1.r0.g2820b95
+ provides = entrance=3.0.0_alpha1.r0.g0ed49dd
conflicts = entrance
backup = etc/entrance/entrance.conf
source = git://github.com/Obsidian-StudiosInc/entrance
diff --git a/PKGBUILD b/PKGBUILD
index 299c4fb81fe2..1a816b2faec9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=entrance
pkgname=$_pkgname-git
-pkgver=0.1.0_alpha1.r0.g2820b95
+pkgver=3.0.0_alpha1.r0.g0ed49dd
pkgrel=1
pkgdesc="Enlightenment Display Manager"
url="http://www.enlightenment.org/"
@@ -55,5 +55,5 @@ package() {
cd "$srcdir/$_pkgname"
# install text files
install -d "$pkgdir/usr/share/doc/$_pkgname/"
- install -Dm644 -t "$pkgdir/usr/share/doc/$_pkgname/" AUTHORS ChangeLog NEWS README
+ install -Dm644 -t "$pkgdir/usr/share/doc/$_pkgname/" AUTHORS ChangeLog README
}