summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-18 23:44:42 +0200
committerMarcell Meszaros2022-06-18 23:52:37 +0200
commitb3d963beae9ded9e865cf3e50902d01db39d8a33 (patch)
tree963e45f1880fa811229a2a8b89cdcb8e9182a9fe
parent9d17f580cbbd7d3748ac782b39ef10801bb8ad4e (diff)
downloadaur-b3d963beae9ded9e865cf3e50902d01db39d8a33.tar.gz
cleanup: remove redundant ChangeLog file
-rw-r--r--.SRCINFO4
-rw-r--r--ChangeLog9
-rw-r--r--PKGBUILD1
3 files changed, 0 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28e3113accfe..ec2db7b5475f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Mon Jan 16 21:29:08 UTC 2017
pkgbase = python-keras-git
pkgdesc = Theano-based Deep Learning library (convnets, recurrent neural networks, and more)
pkgver = 1.2.0.r106.ge54d7951
pkgrel = 1
url = https://github.com/fchollet/keras
- changelog = ChangeLog
arch = i686
arch = x86_64
license = MIT
@@ -34,4 +31,3 @@ pkgname = python2-keras-git
depends = python2-h5py
provides = python2-keras
conflicts = python2-keras
-
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 1d954d897212..000000000000
--- a/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-2017-01-16 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * 1.2.0.r106.ge54d7951:
- Add provides and conflicts
-
-2015-06-30 Fabien Dubosson <fabien.dubosson@gmail.com>
-
- * r541.256a908-1:
- Package created
diff --git a/PKGBUILD b/PKGBUILD
index 403f3126dbec..1c52479f51fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,6 @@ makedepends=('git'
'python' 'python-setuptools'
'python2' 'python2-setuptools'
)
-changelog="ChangeLog"
source=("${_pkgname}::git+http://github.com/fchollet/${_pkgname}.git")
sha256sums=('SKIP')