summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-16 12:51:59 +0200
committerGoliathLabs2020-05-16 12:51:59 +0200
commit7817dab9a46ec2c076ea25dd387ab177fa0b572c (patch)
treea915ef6dad89ff3ddfebb63ebd5a1c3708ac529b
parentedac6d90d91262617619036994215c2695d2f00f (diff)
downloadaur-7817dab9a46ec2c076ea25dd387ab177fa0b572c.tar.gz
Updated: 0.8.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
-rw-r--r--README.md9
3 files changed, 11 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ccec7e8d83a..4f0ef5c0019c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = growl-for-linux
pkgdesc = Growl for Linux
- pkgver = 0.8.2
- pkgrel = 2
+ pkgver = 0.8.5
+ pkgrel = 1
url = http://mattn.github.com/growl-for-linux/
arch = i686
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = growl-for-linux
optdepends = libnotify
conflicts = growl-for-linux-git
options = !libtool
- source = growl-for-linux-0.8.2.tar.gz::https://github.com/mattn/growl-for-linux/archive/0.8.2.tar.gz
- md5sums = 4beb35833241e44406b5da4d7ba4463f
+ source = growl-for-linux-0.8.5.tar.gz::https://github.com/mattn/growl-for-linux/archive/0.8.5.tar.gz
+ sha256sums = 6af57c763d26e8bf985eb6ede5c2d2be9469c4f9254bdebcb168f0703dfb20fa
pkgname = growl-for-linux
diff --git a/PKGBUILD b/PKGBUILD
index 5e51dcf165b3..0cd809745ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,22 @@
-# Maintainer: Simon Tunnat <simon+aur@tunn.at>
-# Previous maintainer: anekos <anekos@snca.net>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Simon Tunnat <simon+aur@tunn.at>
+# Contributor: anekos <anekos@snca.net>
+
pkgname=growl-for-linux
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.5
+pkgrel=1
pkgdesc="Growl for Linux"
url="http://mattn.github.com/growl-for-linux/"
arch=('i686' 'x86_64')
license=('BSD')
depends=('git' 'openssl' 'curl' 'gtk2' 'sqlite3' 'dbus-glib' 'desktop-file-utils')
optdepends=('libnotify')
-makedepends=()
conflicts=('growl-for-linux-git')
-replaces=()
-backup=()
options=('!libtool')
source=("$pkgname-$pkgver.tar.gz::https://github.com/mattn/growl-for-linux/archive/${pkgver}.tar.gz")
-md5sums=('4beb35833241e44406b5da4d7ba4463f')
+sha256sums=('6af57c763d26e8bf985eb6ede5c2d2be9469c4f9254bdebcb168f0703dfb20fa')
dirname="growl-for-linux-${pkgver}"
build () {
diff --git a/README.md b/README.md
deleted file mode 100644
index 9b632cde1bcd..000000000000
--- a/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Growl For Linux
-
-Growl For Linux is Linux-compatible of Growl. Growl is a notification system for Mac OS X.
-
-Upstream URL: http://mattn.github.io/growl-for-linux/
-
-AUR URL: https://aur.archlinux.org/packages/growl-for-linux/
-
-GitHub: https://github.com/simontunnat/growl-for-linux