summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2017-10-02 14:12:10 -0400
committerSolomon Choina2017-10-02 14:12:10 -0400
commitf9642484e7c8d01e6305191ff1da4d29e2a6b800 (patch)
tree1bdfec9c993ce8eedea95aa0e4b1d7de48db5ed3 /PKGBUILD
parentd91f7e7cc9be0d2591fc23f5a28600ed2b7d580d (diff)
downloadaur-f9642484e7c8d01e6305191ff1da4d29e2a6b800.tar.gz
updating pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}