summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-03-09 06:01:05 +0200
committerDimitris Kiziridis2020-03-09 06:01:05 +0200
commita495623d608174d5a9b150ccf25e060a13b4094e (patch)
tree52453a9fe2304726349eb3853ac3d75b4a604933
parent6d1b3d510f95a20f1c38cae4db5d1fd2d4a2e20b (diff)
downloadaur-a495623d608174d5a9b150ccf25e060a13b4094e.tar.gz
remove .gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87803953093e..b837440e467a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = storm
pkgdesc = Apache Storm is a free and open source distributed realtime computation system
pkgver = 2.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://storm.apache.org/
install = install_storm.sh
arch = any
@@ -15,7 +15,7 @@ pkgbase = storm
backup = etc/storm/storm.yaml
backup = etc/zookeeper/zookeeper-storm/zoo.cfg
backup = etc/zookeeper/zookeeper-storm/log4j.properties
- source = http://apache.otenet.gr/dist/storm/apache-storm-2.1.0/apache-storm-2.1.0.tar.gz
+ source = http://ftp.cc.uoc.gr/mirrors/apache/storm/apache-storm-2.1.0/apache-storm-2.1.0.tar.gz
source = zookeeper_zoo.cfg
source = zookeeper_log4j.properties
source = systemd_storm-nimbus.service
diff --git a/PKGBUILD b/PKGBUILD
index 8556a702820c..5bbdc9e9d0b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=storm
pkgver=2.1.0
-pkgrel=2
+pkgrel=3
pkgdesc='Apache Storm is a free and open source distributed realtime computation system'
arch=('any')
url='https://storm.apache.org/'