summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Hasting2017-01-06 23:28:43 -0500
committerDan Hasting2017-01-06 23:28:43 -0500
commit1b4a25c41438cd6456c8189f94a748a951f019fc (patch)
tree1f428ab638c0a98fe0514a73d48a7716ec9482ef
parent6d47f18bb8229903dd3290d344d34f0d4d533155 (diff)
downloadaur-1b4a25c41438cd6456c8189f94a748a951f019fc.tar.gz
Version 1.0
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c966ede7a375..b8a26a6a7407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 4.2.1
-# Fri Nov 6 22:20:27 UTC 2015
+# Generated by mksrcinfo v8
+# Sat Jan 7 04:28:19 UTC 2017
pkgbase = pidgin-indicator
pkgdesc = Pidgin plugin that adds tray icon using libappindicator
- pkgver = 0.9
- pkgrel = 3
+ pkgver = 1.0
+ pkgrel = 1
url = https://github.com/philipl/pidgin-indicator
install = pidgin-indicator.install
arch = i686
@@ -12,8 +12,8 @@ pkgbase = pidgin-indicator
makedepends = intltool
depends = pidgin
depends = libappindicator-gtk2
- source = https://github.com/philipl/pidgin-indicator/releases/download/0.9/pidgin-indicator-0.9.tar.bz2
- sha256sums = a604f7a5bc96306df2bc1977ee5a49e648a364294ffc7c44f64c00cf4ccee8c3
+ source = https://github.com/philipl/pidgin-indicator/releases/download/1.0/pidgin-indicator-1.0.tar.bz2
+ sha256sums = 009a01f571855f82f16f0753b104d6afa694452b3c2b176f57553e16155d25b7
pkgname = pidgin-indicator
diff --git a/PKGBUILD b/PKGBUILD
index b3658cba8716..da88a5b826dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=pidgin-indicator
-pkgver=0.9
-pkgrel=3
+pkgver=1.0
+pkgrel=1
pkgdesc="Pidgin plugin that adds tray icon using libappindicator"
arch=('i686' 'x86_64')
url="https://github.com/philipl/pidgin-indicator"
@@ -9,7 +9,7 @@ depends=('pidgin' 'libappindicator-gtk2')
makedepends=('intltool')
install=pidgin-indicator.install
source=(https://github.com/philipl/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2 )
-sha256sums=('a604f7a5bc96306df2bc1977ee5a49e648a364294ffc7c44f64c00cf4ccee8c3')
+sha256sums=('009a01f571855f82f16f0753b104d6afa694452b3c2b176f57553e16155d25b7')
build() {
cd "$srcdir/${pkgname}-${pkgver}"