summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Newgard2015-01-12 11:53:44 -0600
committerDoug Newgard2015-01-12 11:53:44 -0600
commit5756e62e0b602825257759a93a77aaa46cae1867 (patch)
tree5e6530aa81ee1f50aac7c3cf1df411029b1ad6c0
parentbe0b524c1a3480df6430595de10b08932e9bb302 (diff)
downloadaur-5756e62e0b602825257759a93a77aaa46cae1867.tar.gz
New ChangeLog file name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dbbc26f55ba..14308a3b85cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-efl-git
pkgdesc = Python bindings for the Enlightenment Foundation Libraries - Development Version
- pkgver = 1.12.99a741.1910563
+ pkgver = 1.12.99a771.132b772
pkgrel = 1
url = http://www.enlightenment.org
arch = i686
@@ -11,7 +11,7 @@ pkgbase = python-efl-git
makedepends = cython
depends = elementary>=1.12.99
depends = python-dbus
- provides = python-efl=1.12.99a741.1910563
+ provides = python-efl=1.12.99a771.132b772
conflicts = python-efl
source = git://git.enlightenment.org/bindings/python/python-efl.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 09ec082ed1ea..2be0dfa79435 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_python=python
_pkgname=python-efl
pkgname=$_python-efl-git
-pkgver=1.12.99a741.1910563
+pkgver=1.12.99a771.132b772
pkgrel=1
pkgdesc="${_python^} bindings for the Enlightenment Foundation Libraries - Development Version"
arch=('i686' 'x86_64')
@@ -35,5 +35,5 @@ package() {
# install text files
install -d "$pkgdir/usr/share/doc/${pkgname%-*}/"
- install -m644 -t "$pkgdir/usr/share/doc/${pkgname%-*}/" AUTHORS README changes.html
+ install -m644 -t "$pkgdir/usr/share/doc/${pkgname%-*}/" AUTHORS README ChangeLog
}