summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinícius dos Santos Oliveira2016-02-26 09:14:52 -0300
committerVinícius dos Santos Oliveira2016-02-26 09:14:52 -0300
commit2b873ce81d79f7d9619df6a54b00b586c66939a6 (patch)
treef374a124746e826ee69e20ea368818b611776f64
parenta56c0516bbd9b7811c2c6fb6235e6a1f5b5897fa (diff)
downloadaur-2b873ce81d79f7d9619df6a54b00b586c66939a6.tar.gz
fix url field
A big thanks to MayorBender for noticing this mistake: https://aur.archlinux.org/packages/pidgin-opensteamworks/#comment-534229
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c30a62eded2..0ee848fd7480 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Feb 26 12:14:39 UTC 2016
pkgbase = pidgin-opensteamworks
pkgdesc = A plugin to connect to Steam Friends/Steam IM (purple plugin).
pkgver = 1.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/EionRobb/pidgin-opensteamworks
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 30e003c4d179..eb90dda30928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=pidgin-opensteamworks
pkgver=1.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="A plugin to connect to Steam Friends/Steam IM (purple plugin). "
-url=("https://github.com/EionRobb/${pkgname}")
+url="https://github.com/EionRobb/${pkgname}"
arch=('i686' 'x86_64')
license=('GPL3')
makedepends=('nss' 'libgnome-keyring')