mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 00:27:17 +02:00
Update Arch package for 1.2.0 release
This commit is contained in:
16
.SRCINFO
16
.SRCINFO
@@ -1,6 +1,6 @@
|
||||
pkgbase = mailnag
|
||||
pkgdesc = An extensible mail notification daemon
|
||||
pkgver = 1.1.0
|
||||
pkgver = 1.2.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/pulb/mailnag
|
||||
install = mailnag.install
|
||||
@@ -14,13 +14,13 @@ pkgbase = mailnag
|
||||
depends = gst-plugins-base
|
||||
depends = gtk3
|
||||
depends = gdk-pixbuf2
|
||||
optdepends = networkmanager: for connectivity detection,
|
||||
optdepends = libgnome-keyring: for save password storage in GNOME 3,
|
||||
optdepends = gnome-keyring: for save password storage in GNOME 3,
|
||||
optdepends = mailnag-goa-plugin: for GNOME Online Accounts integration,
|
||||
optdepends = mailnag-gnome-shell: for a tighter GNOME 3 integration
|
||||
source = https://github.com/pulb/mailnag/archive/v1.1.0.tar.gz
|
||||
md5sums = 479bc76816797cf0578c5b92849d2012
|
||||
optdepends = networkmanager: connectivity detection,
|
||||
optdepends = libgnome-keyring: safe password storage in GNOME 3,
|
||||
optdepends = gnome-keyring: safe password storage in GNOME 3,
|
||||
optdepends = mailnag-goa-plugin: GNOME Online Accounts integration,
|
||||
optdepends = mailnag-gnome-shell: tighter GNOME 3 integration
|
||||
source = https://github.com/pulb/mailnag/archive/v1.2.0.tar.gz
|
||||
md5sums = afde260255bd8e2ceb72ebe562a1f4ae
|
||||
|
||||
pkgname = mailnag
|
||||
|
||||
|
||||
16
PKGBUILD
16
PKGBUILD
@@ -2,7 +2,7 @@
|
||||
# Contributor: rasmus <rasmus . pank at gmail . com>
|
||||
|
||||
pkgname=mailnag
|
||||
pkgver=1.1.0
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="An extensible mail notification daemon"
|
||||
arch=('any')
|
||||
@@ -10,14 +10,14 @@ url="https://github.com/pulb/mailnag"
|
||||
license=('GPL')
|
||||
depends=('python2-gobject' 'python2-xdg' 'python2-dbus'
|
||||
'libnotify' 'gst-plugins-base' 'gtk3' 'gdk-pixbuf2')
|
||||
optdepends=('networkmanager: for connectivity detection',
|
||||
'libgnome-keyring: for save password storage in GNOME 3',
|
||||
'gnome-keyring: for safe password storage in GNOME 3',
|
||||
'mailnag-goa-plugin: for GNOME Online Accounts integration',
|
||||
'mailnag-gnome-shell: for a tighter GNOME 3 integration')
|
||||
optdepends=('networkmanager: connectivity detection',
|
||||
'libgnome-keyring: safe password storage in GNOME 3',
|
||||
'gnome-keyring: safe password storage in GNOME 3',
|
||||
'mailnag-goa-plugin: GNOME Online Accounts integration',
|
||||
'mailnag-gnome-shell: tighter GNOME 3 integration')
|
||||
makedepends=('gettext')
|
||||
source=('https://github.com/pulb/mailnag/archive/v1.1.0.tar.gz')
|
||||
md5sums=('479bc76816797cf0578c5b92849d2012')
|
||||
source=('https://github.com/pulb/mailnag/archive/v1.2.0.tar.gz')
|
||||
md5sums=('afde260255bd8e2ceb72ebe562a1f4ae')
|
||||
install='mailnag.install'
|
||||
|
||||
package() {
|
||||
|
||||
Reference in New Issue
Block a user