summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManish Munikar2019-09-07 09:58:40 +0545
committerManish Munikar2019-09-07 09:58:40 +0545
commit103415040626bc35dd409df3b951a71e8c104245 (patch)
tree923594ce96d6480ec4d9128c7c47136dd8a55bc6
parent7f53587c9876b696c886e8e52a45becaef7a6a24 (diff)
downloadaur-103415040626bc35dd409df3b951a71e8c104245.tar.gz
updated to v0.35.1
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD10
3 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3479c608ebf0..8a6fdca82324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Tue Feb 2 13:22:17 UTC 2016
pkgbase = argouml
pkgdesc = UML 1.4 modeller
- pkgver = 0.34
- pkgrel = 4
+ pkgver = 0.35.1
+ pkgrel = 1
url = http://argouml.tigris.org/
arch = any
license = EPL
depends = java-runtime
- source = argouml-0.34.tar.gz::http://argouml-downloads.tigris.org/nonav/argouml-0.34/ArgoUML-0.34.tar.gz
+ source = argouml-0.35.1.tar.gz::http://argouml-downloads.tigris.org/nonav/argouml-0.35.1/ArgoUML-0.35.1.tar.gz
source = argouml.desktop
- md5sums = 440efea6096a00b8c19daab1ecddaf7c
- md5sums = 137bff550da020b3e87d7ab4a6d1f6e5
+ sha256sums = 5e5230eb1bd29c545ae6fd56c0bdfbee86b1e6c2c538d6df22728fa3e3ab1639
+ sha256sums = b3d19c56d8c81bb75d4a9b3b994acd2db5ccad144db7d6b0c0cd5487b54a9157
pkgname = argouml
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..3f1864bb0ec4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.tar.gz
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index f6aefdd7688b..ed595e0ea06c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Manish Munikar <munikarmanish at gmail dot com>
pkgname=argouml
-pkgver=0.34
-pkgrel=4
+pkgver=0.35.1
+pkgrel=1
pkgdesc="UML 1.4 modeller"
arch=('any')
url="http://argouml.tigris.org/"
license=('EPL')
depends=('java-runtime')
-source=("${pkgname}-${pkgver}.tar.gz::http://argouml-downloads.tigris.org/nonav/argouml-0.34/ArgoUML-0.34.tar.gz"
+source=("${pkgname}-${pkgver}.tar.gz::http://argouml-downloads.tigris.org/nonav/argouml-0.35.1/ArgoUML-0.35.1.tar.gz"
"${pkgname}.desktop");
noextract=()
-md5sums=("440efea6096a00b8c19daab1ecddaf7c"
- "137bff550da020b3e87d7ab4a6d1f6e5")
+sha256sums=('5e5230eb1bd29c545ae6fd56c0bdfbee86b1e6c2c538d6df22728fa3e3ab1639'
+ 'b3d19c56d8c81bb75d4a9b3b994acd2db5ccad144db7d6b0c0cd5487b54a9157')
validpgpkeys=()
package() {