summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Tari2019-08-07 12:17:28 +0200
committerRobert Tari2019-08-07 12:17:28 +0200
commit3480b752bce1699590d1c0dd9f87a1ef7144cecf (patch)
tree8f623f9d5df96634721a551f5798912290cb49c6
parent78a6b86f216ed6ea9c1a960da85f5f3d5513e504 (diff)
downloadaur-3480b752bce1699590d1c0dd9f87a1ef7144cecf.tar.gz
Updated source URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6b8fae6d229..e11bc059b81a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ayatana-indicator-messages
pkgdesc = Ayatana Indicator that collects messages that need a response
pkgver = 0.6.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/AyatanaIndicators
arch = i686
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = ayatana-indicator-messages
provides = indicator-messages
conflicts = indicator-messages
options = !emptydirs
- source = http://releases.ayatana-indicators.org/source/ayatana-indicator-messages/ayatana-indicator-messages-0.6.0.tar.gz
+ source = https://github.com/AyatanaIndicators/ayatana-indicator-messages/archive/0.6.0.tar.gz
source = 0001.fix-testing-option.patch
source = 0002.fix-build.patch
- md5sums = b8c38939ade3414741c2a4b0ddbb045a
+ md5sums = 2a967a419e0f48c917b1cc61006f55a2
md5sums = 04a69f5f375f33564173083098a07855
md5sums = 3fed27ba077bf991a0162c5b3b0d8698
diff --git a/PKGBUILD b/PKGBUILD
index ae533d849acc..4b27708f9169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname="ayatana-indicator-messages"
pkgver="0.6.0"
-pkgrel="3"
+pkgrel="4"
pkgdesc="Ayatana Indicator that collects messages that need a response"
arch=("i686" "x86_64")
url="https://github.com/AyatanaIndicators"
@@ -11,8 +11,8 @@ license=("GPL3")
depends=("glib2" "accountsservice" "hicolor-icon-theme" "dconf")
makedepends=("gobject-introspection" "gtk-doc" "intltool" "accountsservice" "mate-common" "vala")
optdepends=("mate-ayatana-indicator-applet")
-source=("http://releases.ayatana-indicators.org/source/${pkgname}/${pkgname}-${pkgver}.tar.gz" "0001.fix-testing-option.patch" "0002.fix-build.patch")
-md5sums=("b8c38939ade3414741c2a4b0ddbb045a" "04a69f5f375f33564173083098a07855" "3fed27ba077bf991a0162c5b3b0d8698")
+source=("https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz" "0001.fix-testing-option.patch" "0002.fix-build.patch")
+md5sums=("2a967a419e0f48c917b1cc61006f55a2" "04a69f5f375f33564173083098a07855" "3fed27ba077bf991a0162c5b3b0d8698")
options=("!emptydirs")
provides=("indicator-messages")
conflicts=("indicator-messages")