summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Phillips2017-08-07 15:42:54 +1200
committerDavid Phillips2017-08-07 15:42:54 +1200
commitf73c243f8bb8ba4f801e8f6c2be311e5079245ae (patch)
tree9a50fd16c420f5b7628fa182a1f4a5a0fb42f47e
parent6407551ce6e8ed636cb41de628f7643cbe5b5498 (diff)
downloadaur-f73c243f8bb8ba4f801e8f6c2be311e5079245ae.tar.gz
Bump version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b374fc9940a2..d19d5d20441e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Mon Aug 7 03:42:38 UTC 2017
pkgbase = mount-gtk
pkgdesc = A simple graphical front end for udisks and mount in GTK3
- pkgver = 1.4.3
- pkgrel = 2
+ pkgver = 1.4.4
+ pkgrel = 1
url = http://mount-gtk.sourceforge.net/
arch = i686
arch = x86_64
@@ -11,8 +13,8 @@ pkgbase = mount-gtk
depends = udisks2>=1.94.0
optdepends = libnotify: error notifications
options = !buildflags
- source = http://downloads.sourceforge.net/mount-gtk/mount-gtk-1.4.3.tar.gz
- sha256sums = 6a245837c68214c133af96239aa772461074e57115a229ec695b2d5dbd9d2fe6
+ source = http://downloads.sourceforge.net/mount-gtk/mount-gtk-1.4.4.tar.gz
+ sha256sums = ccdc5c71a8c278a735c6e36374046bb9cb4d2e9d7b343a8c260ced8bb448f36c
pkgname = mount-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 633133383e7a..672146d1f7da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Acidhub <contact@acidhub.click>
pkgname=mount-gtk
-pkgver=1.4.3
-pkgrel=2
+pkgver=1.4.4
+pkgrel=1
pkgdesc="A simple graphical front end for udisks and mount in GTK3"
arch=('i686' 'x86_64')
url="http://mount-gtk.sourceforge.net/"
@@ -12,7 +12,7 @@ depends=('c++-gtk-utils>=2.0.9' 'gtk3>=2.99.0' 'udisks2>=1.94.0')
optdepends=('libnotify: error notifications')
options=('!buildflags')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('6a245837c68214c133af96239aa772461074e57115a229ec695b2d5dbd9d2fe6')
+sha256sums=('ccdc5c71a8c278a735c6e36374046bb9cb4d2e9d7b343a8c260ced8bb448f36c')
build() {
cd "$srcdir/$pkgname-$pkgver"