summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2018-11-12 09:34:04 +0100
committerMoritz Bunkus2018-11-12 09:34:04 +0100
commit0b72f2b06ca60b6b317d824c1909a443db7d8c0a (patch)
treeed98fd60eaa0e0bd3f34860486a237d7b4d4d645
parent24236e71f54c8f242921c7a89ad7d353e19f55b0 (diff)
downloadaur-0b72f2b06ca60b6b317d824c1909a443db7d8c0a.tar.gz
update to 0.818-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 021e6fd92718..f42f19983323 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Nov 9 14:43:35 UTC 2018
+# Mon Nov 12 08:31:11 UTC 2018
pkgbase = perl-net-sip
pkgdesc = SIP (Voice Over IP, RFC3261) packet handling
- pkgver = 0.817
+ pkgver = 0.818
pkgrel = 1
url = https://github.com/noxxi/p5-net-sip
arch = any
license = PerlArtistic
depends = perl-net-dns
options = !emptydirs
- source = https://cpan.metacpan.org/authors/id/S/SU/SULLR/Net-SIP-0.817.tar.gz
- sha512sums = 73c75857e9bcd030ab843d87d5e53045ee91154321ba01ddfbf0611ecdf040f1c74a607e68ea67bcef1949871713f7ea9bb8a24bd423b0a9db8683c5555cedd4
+ source = https://cpan.metacpan.org/authors/id/S/SU/SULLR/Net-SIP-0.818.tar.gz
+ sha512sums = 1fc28814404e63afbcf306ed705a17b6287b1f93cc5940374e1dbb9ba662e0ebb06c4dde25219e5491e7efe8b3193d0f3987955476d3d3871842cb340ee7af5b
pkgname = perl-net-sip
diff --git a/PKGBUILD b/PKGBUILD
index 98ae5210f19b..008fb3f859f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname="perl-net-sip"
-pkgver="0.817"
+pkgver="0.818"
pkgrel="1"
pkgdesc="SIP (Voice Over IP, RFC3261) packet handling"
arch=("any")
@@ -10,7 +10,7 @@ options=("!emptydirs")
depends=("perl-net-dns")
url="https://github.com/noxxi/p5-net-sip"
source=("https://cpan.metacpan.org/authors/id/S/SU/SULLR/Net-SIP-${pkgver}.tar.gz")
-sha512sums=('73c75857e9bcd030ab843d87d5e53045ee91154321ba01ddfbf0611ecdf040f1c74a607e68ea67bcef1949871713f7ea9bb8a24bd423b0a9db8683c5555cedd4')
+sha512sums=('1fc28814404e63afbcf306ed705a17b6287b1f93cc5940374e1dbb9ba662e0ebb06c4dde25219e5491e7efe8b3193d0f3987955476d3d3871842cb340ee7af5b')
prepare_environment() {
export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \