summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9375c08a809..685c1ff65700 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.4.5
+ pkgver = 1.4.6
pkgrel = 1
url = http://packages.linuxmint.com/pool/main/m/mintstick
arch = any
@@ -26,7 +26,8 @@ pkgbase = mintstick
depends = util-linux
depends = xapps
conflicts = mintstick-git
- source = mintstick-1.4.5.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.5.tar.xz
- sha256sums = 2adf01ebbb46d33459322c12ba7dcbf0afa19b13c425de21b9e0d31cafc59b43
+ source = mintstick-1.4.6.tar.xz::http://packages.linuxmint.com/pool/main/m/mintstick/mintstick_1.4.6.tar.xz
+ sha256sums = 586e38dfb2c607c610043c0d66a9bdf3c559736a351a7d8dff64caf6359d1c92
pkgname = mintstick
+
diff --git a/PKGBUILD b/PKGBUILD
index d43c261b775b..fadb4b90d0ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sam Burgos <santiago.burgos1089@gmail.com>
pkgname=mintstick
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
pkgdesc='A GUI to write .img or .iso files to a USB Key. It can also format them'
arch=('any')
@@ -35,7 +35,7 @@ conflicts=(
mintstick-git
)
source=("${pkgname}-${pkgver}.tar.xz::${url}/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('2adf01ebbb46d33459322c12ba7dcbf0afa19b13c425de21b9e0d31cafc59b43')
+sha256sums=('586e38dfb2c607c610043c0d66a9bdf3c559736a351a7d8dff64caf6359d1c92')
prepare() {
cd ${pkgname}