summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrás Wacha2017-03-29 07:45:17 +0200
committerAndrás Wacha2017-03-29 07:45:17 +0200
commit3767f98705b052d6ebf69e62286cfcb6d00058c1 (patch)
tree6e46d01d01e832688bb71d37af596805baae9ce7
parentc0e9dcbdc5b111d78385e6584052f892ec47e9af (diff)
downloadaur-3767f98705b052d6ebf69e62286cfcb6d00058c1.tar.gz
Fixed a mismatch in the package version between PKGBUILD and .SRCINFO by updating the package version to 5.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60292262105e..a13e0a68216f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-openbabel
- pkgdesc = A library designed to interconvert between many file formats used in molecular modeling and computational chemistry
+ pkgdesc = A library designed to interconvert between many file formats used in molecular modeling and computational chemistry: Python2 bindings
pkgver = 2.4.1
- pkgrel = 4
+ pkgrel = 5
url = http://openbabel.org/wiki/Main_Page
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d81f22c3850f..4be6bb57c97f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=(python2-openbabel)
pkgver=2.4.1
-pkgrel=4
+pkgrel=5
pkgdesc="A library designed to interconvert between many file formats used in molecular modeling and computational chemistry: Python2 bindings"
arch=('i686' 'x86_64')
depends=('python2' 'openbabel')