summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbarfin2021-05-19 04:47:57 +0430
committerbarfin2021-05-19 04:47:57 +0430
commit77037fd32842a5daff1ba6e918c58a5645f278c5 (patch)
tree62f5a26ecb9a2deeb7cd060d4cc47202bad422d9
parent894c66cc94293a6b250d4c3734d75ab7ca2e7173 (diff)
downloadaur-77037fd32842a5daff1ba6e918c58a5645f278c5.tar.gz
3.10 Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb27a0e2faa6..085787f3a2f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = usb-creator
pkgdesc = Create bootable USB from a LiveCD or disc image of Ubuntu
- pkgver = 0.3.5
+ pkgver = 0.3.10
pkgrel = 1
url = https://launchpad.net/usb-creator
install = usb-creator.install
@@ -17,9 +17,9 @@ pkgbase = usb-creator
depends = python-gobject
optdepends = python-pyqt5: for KDE/QT5 frontend
optdepends = gtk3: for GTK frontend
- source = https://launchpad.net/ubuntu/+archive/primary/+files/usb-creator_0.3.5.tar.xz
+ source = https://launchpad.net/ubuntu/+archive/primary/+files/usb-creator_0.3.10.tar.xz
source = usb-creator-fix-unity-check.patch
- sha256sums = 11a9064426701af16926ecc2197205e651e25eae93efe12c4b9f7d69ad61de37
+ sha256sums = 583de0edd663cb93ccff679535e4fd868004da4cbef0b84087429a836bb31a4b
sha256sums = 93e8892ae7f20589185c65c2b21fbe22b8a945ce388a76c6e93f5a7975350cf8
pkgname = usb-creator
diff --git a/PKGBUILD b/PKGBUILD
index 1f97fc91bd83..d06b46b376c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributors: Jekyll Wu, Jacco Koning, qwak, twa022
pkgname=usb-creator
-pkgver=0.3.5
+pkgver=0.3.10
pkgrel=1
pkgdesc="Create bootable USB from a LiveCD or disc image of Ubuntu"
arch=('any')
@@ -16,12 +16,12 @@ optdepends=('python-pyqt5: for KDE/QT5 frontend'
install=usb-creator.install
source=("https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}.tar.xz"
"$pkgname-fix-unity-check.patch")
-sha256sums=('11a9064426701af16926ecc2197205e651e25eae93efe12c4b9f7d69ad61de37'
+sha256sums=('583de0edd663cb93ccff679535e4fd868004da4cbef0b84087429a836bb31a4b'
'93e8892ae7f20589185c65c2b21fbe22b8a945ce388a76c6e93f5a7975350cf8')
-prepare() {
- patch -Np0 < $pkgname-fix-unity-check.patch
-}
+#prepare() {
+# patch -Np0 < $pkgname-fix-unity-check.patch
+#}
package() {
cd $pkgname-0.3.5