summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2016-07-14 09:16:44 +0200
committerSimon Legner2016-07-14 09:18:37 +0200
commit4728472553a18f8eda8249678a96357c7844c6de (patch)
treec6e9d9ee2a82a08fdbade7f9c0ecc6f2bb4749a4
parent8c1312512d40e2380c8fc575c13abe465461e807 (diff)
downloadaur-4728472553a18f8eda8249678a96357c7844c6de.tar.gz
Update to 8361
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5df9329b0631..0ea17cf99c2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
# Generated by mksrcinfo v8
-# Fri Jul 8 10:30:48 UTC 2016
+# Thu Jul 14 07:18:22 UTC 2016
pkgbase = suricata-emerging-rules
pkgdesc = Suricata rules from emergingthreatspro.com
- pkgver = 8355
+ pkgver = 8361
pkgrel = 1
url = https://rules.emergingthreatspro.com/open/suricata/
arch = any
license = custom
+ makedepends = curl
optdepends = suricata
options = !strip
source = https://rules.emergingthreatspro.com/open/suricata/LICENSE
source = https://rules.emergingthreatspro.com/open/suricata/emerging.rules.tar.gz
- source = https://rules.emergingthreatspro.com/open/suricata/version.txt
md5sums = 6d3d08af2da41f6ff042fdd5ade4091a
md5sums = SKIP
- md5sums = SKIP
pkgname = suricata-emerging-rules
diff --git a/PKGBUILD b/PKGBUILD
index 24ad356128d1..86d414ddbf9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=suricata-emerging-rules
-pkgver=8355
+pkgver=8361
pkgrel=1
pkgdesc="Suricata rules from emergingthreatspro.com"
arch=('any')
url="https://rules.emergingthreatspro.com/open/suricata/"
license=('custom')
optdepends=('suricata')
+makedepends=('curl')
options=(!strip)
source=(
"https://rules.emergingthreatspro.com/open/suricata/LICENSE"
"https://rules.emergingthreatspro.com/open/suricata/emerging.rules.tar.gz"
- "https://rules.emergingthreatspro.com/open/suricata/version.txt"
)
pkgver() {
- cat version.txt
+ curl https://rules.emergingthreatspro.com/open/suricata/version.txt
}
package() {
@@ -25,5 +25,4 @@ package() {
}
md5sums=('6d3d08af2da41f6ff042fdd5ade4091a'
- 'SKIP'
'SKIP')