summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-28 08:33:07 -0600
committerBrian Bidulock2015-06-28 08:33:07 -0600
commitfab431ff9711cca405b2f3cb0c16f0b94c3eb539 (patch)
tree6394bc28588040be5e1a9971a4f6763bab44aa34
parent8e743df2c4bf7e6e0bd7ec26872cd3c86151043b (diff)
downloadaur-fab431ff9711cca405b2f3cb0c16f0b94c3eb539.tar.gz
version 1.0.0.r19.g407b780-2
* bumped pkgrel to trigger recompile against perl 5.22.0.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04b905c7ef86..75967da281e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-net-dbus-git
pkgdesc = Binding for DBus messaging protocol
pkgver = 1.0.0.r19.g407b780
- pkgrel = 1
+ pkgrel = 2
url = http://search.cpan.org/dist/Net-DBus
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = perl-net-dbus-git
provides = perl-net-dbus
conflicts = perl-net-dbus
options = !emptydirs
- source = git://gitorious.org/net-dbus/net-dbus.git
+ source = git+https://gitorious.org/net-dbus/net-dbus.git
md5sums = SKIP
pkgname = perl-net-dbus-git
diff --git a/PKGBUILD b/PKGBUILD
index 3ae24c76cac3..e7d8ef8873d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=perl-net-dbus-git
_pkgname=perl-net-dbus
_gitname=net-dbus
pkgver=1.0.0.r19.g407b780
-pkgrel=1
+pkgrel=2
pkgdesc="Binding for DBus messaging protocol"
arch=('i686' 'x86_64')
url="http://search.cpan.org/dist/Net-DBus"
@@ -16,7 +16,7 @@ makedepends=('git')
options=('!emptydirs')
conflicts=($_pkgname)
provides=($_pkgname)
-source=("git://gitorious.org/$_gitname/$_gitname.git")
+source=("git+https://gitorious.org/$_gitname/$_gitname.git")
md5sums=('SKIP')
pkgver() {