summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Duquesnoy2016-02-14 12:50:08 +0100
committerColin Duquesnoy2016-02-14 12:50:08 +0100
commitada4353757460a6c1f12880e2d0253d6dff8678a (patch)
tree6a1901e3eb3ac25e20271c8f251dcca414594d28
parentbd1c2f1e2b0f4d57216a20e9e2b951d27cd55ef0 (diff)
downloadaur-ada4353757460a6c1f12880e2d0253d6dff8678a.tar.gz
opencobolide 4.7.2
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee417663a2cc..666d48de18fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 16:51:57 UTC 2016
+# Sun Feb 14 11:49:50 UTC 2016
pkgbase = opencobolide
pkgdesc = A simple and lightweight COBOL IDE based on the GnuCOBOL compiler.
- pkgver = 4.7.1
+ pkgver = 4.7.2
pkgrel = 1
url = https://github.com/OpenCobolIDE/OpenCobolIDE
arch = any
@@ -11,8 +11,8 @@ pkgbase = opencobolide
depends = python
depends = python-pyqt5
depends = gnu-cobol
- source = https://github.com/OpenCobolIDE/OpenCobolIDE/archive/4.7.1.tar.gz
- md5sums = 62f41a1e07cd445ba1881b19e3672f86
+ source = https://github.com/OpenCobolIDE/OpenCobolIDE/archive/4.7.2.tar.gz
+ md5sums = 08c0f74b977a37c158e7b8a17f0735e9
pkgname = opencobolide
diff --git a/.gitignore b/.gitignore
index 13973a70ce7b..e0f649f3789f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-*.7.1.tar.gz
+*.tar.gz
/src/
-/pkg/ \ No newline at end of file
+/pkg/
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 810e45bb81d1..35dda2632d6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Colin Duquesnoy <colin[dot]duquesnoy[at]gmail[dot]com>
pkgname=opencobolide
-pkgver=4.7.1
+pkgver=4.7.2
pkgrel=1
pkgdesc="A simple and lightweight COBOL IDE based on the GnuCOBOL compiler."
arch=("any")
@@ -9,7 +9,7 @@ license=("GPL")
depends=("python" "python-pyqt5" "gnu-cobol")
makedepends=("python-setuptools")
source=("https://github.com/OpenCobolIDE/OpenCobolIDE/archive/${pkgver}.tar.gz")
-md5sums=('b00ac86b63624c91a2680825f642ea5e')
+md5sums=('08c0f74b977a37c158e7b8a17f0735e9')
package() {
cd "$srcdir/OpenCobolIDE-$pkgver"