summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb724662bbce..1e243081d8bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ditaa-eps
pkgdesc = Same as ditaa, but converts output to scalable EPS graphics. Great in LaTeX ;-)
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = http://ditaa-addons.sourceforge.net/
arch = any
groups = office
@@ -11,7 +11,7 @@ pkgbase = ditaa-eps
provides = ditaa-eps
conflicts = ditaa-eps
source = ditaa-eps
- source = http://downloads.sourceforge.net/ditaa-addons/DitaaEps-0_2.zip
+ source = https://downloads.sourceforge.net/ditaa-addons/DitaaEps-0_2.zip
md5sums = 3730b3b7300f4d16dd77be9605c25c4d
md5sums = 5eeff234aadf31728f96f6c56cbba0a8
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d1d302cd0523
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+pkg/
+src/ \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index e5bf272bde37..b89f80af10a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: bitwave <aur [at] oomlude [dOT] de>
pkgname=ditaa-eps
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Same as ditaa, but converts output to scalable EPS graphics. Great in LaTeX ;-)"
arch=(any)
url="http://ditaa-addons.sourceforge.net/"
@@ -10,7 +10,7 @@ groups=(office)
depends=("bash" "java-environment")
provides=("ditaa-eps")
conflicts=("ditaa-eps")
-source=(ditaa-eps "http://downloads.sourceforge.net/ditaa-addons/DitaaEps-0_2.zip")
+source=(ditaa-eps "https://downloads.sourceforge.net/ditaa-addons/DitaaEps-0_2.zip")
md5sums=('3730b3b7300f4d16dd77be9605c25c4d'
'5eeff234aadf31728f96f6c56cbba0a8')