summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Burgos2019-07-02 16:10:36 -0600
committerSam Burgos2019-07-02 16:10:36 -0600
commitbf3484aba506f2920e4c91ef2a5d2d4489207487 (patch)
tree5373f93e02eb6010123035fba9663befa6318e09
parent25dd9dd1ed9a88ebbe7e91460712401dd4a76ea2 (diff)
downloadaur-bf3484aba506f2920e4c91ef2a5d2d4489207487.tar.gz
updated to version 1.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD58
2 files changed, 35 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04dac82d882..de64c36de448 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mintstick
pkgdesc = A GUI to write .img or .iso files to a USB Key. It can also format them
- pkgver = 1.3.9
+ pkgver = 1.4.0
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mintstick
arch = any
@@ -26,8 +26,8 @@ pkgbase = mintstick
depends = util-linux
depends = xapps
conflicts = mintstick-git
- source = mintstick-1.3.9.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.3.9.tar.xz
- sha256sums = 249bc73da12bf111747e8b1eb821f111779d3dc5cf5024cea33b1afedb6213fb
+ source = mintstick-1.4.0.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.0.tar.xz
+ sha256sums = f618a8ef0ee5a5a672cd7818fdb2b1322ffcabc7ad6a60718cd51198a240505d
pkgname = mintstick
diff --git a/PKGBUILD b/PKGBUILD
index dea0dae035e5..ad5353eafc20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,35 +1,41 @@
-# Maintainer: Sam Burgos < sam dot burgos1089 at gmail dot com >
+# Maintainer: Sam Burgos < santiago dot burgos1089 at gmail dot com >
pkgname=mintstick
-pkgver=1.3.9
+pkgver=1.4.0
pkgrel=1
-pkgdesc="A GUI to write .img or .iso files to a USB Key. It can also format them"
+pkgdesc='A GUI to write .img or .iso files to a USB Key. It can also format them'
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/${pkgname}"
-license=('GPL')
-depends=('coreutils'
- 'desktop-file-utils'
- 'dosfstools'
- 'e2fsprogs'
- 'exfat-utils'
- 'glib2'
- 'gtk3'
- 'ntfs-3g'
- 'parted'
- 'polkit'
- 'procps-ng'
- 'python2'
- 'python2-dbus'
- 'python2-gobject'
- 'python2-pyparted'
- 'python2-xapp'
- 'udisks2'
- 'util-linux'
- 'xapps')
-makedepends=('gettext')
-conflicts=("mintstick-git")
+license=(GPL)
+depends=(
+ coreutils
+ desktop-file-utils
+ dosfstools
+ e2fsprogs
+ exfat-utils
+ glib2
+ gtk3
+ ntfs-3g
+ parted
+ polkit
+ procps-ng
+ python2
+ python2-dbus
+ python2-gobject
+ python2-pyparted
+ python2-xapp
+ udisks2
+ util-linux
+ xapps
+)
+makedepends=(
+ gettext
+)
+conflicts=(
+ mintstick-git
+)
source=("${pkgname}-${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('249bc73da12bf111747e8b1eb821f111779d3dc5cf5024cea33b1afedb6213fb')
+sha256sums=('f618a8ef0ee5a5a672cd7818fdb2b1322ffcabc7ad6a60718cd51198a240505d')
prepare() {
cd ${pkgname}