summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbarfin2021-05-19 08:03:46 +0430
committerbarfin2021-05-19 08:03:46 +0430
commit2ae0cdadf11bf455ef6cb7a1de8688d30cc0b820 (patch)
tree4c8b98af118ed1ccf1347b19a9d7e958d32fcf91
parent7a63834e9c0c0745ca48b274af21c35a79b757cd (diff)
downloadaur-2ae0cdadf11bf455ef6cb7a1de8688d30cc0b820.tar.gz
fixing the wrong cd command that would go to nowhere
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c775351a445b..b9692b17bebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = usb-creator
pkgdesc = Create bootable USB from a LiveCD or disc image of Ubuntu
pkgver = 0.3.10
- pkgrel = 2
+ pkgrel = 3
url = https://launchpad.net/usb-creator
install = usb-creator.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index df0f6bddb4e7..f6455e9f52f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Maintainer: Barfin
+# Previous Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
# Contributors: Jekyll Wu, Jacco Koning, qwak, twa022
pkgname=usb-creator
pkgver=0.3.10
-pkgrel=2
+pkgrel=3
pkgdesc="Create bootable USB from a LiveCD or disc image of Ubuntu"
arch=('any')
url="https://launchpad.net/usb-creator"
@@ -24,7 +25,7 @@ sha256sums=('583de0edd663cb93ccff679535e4fd868004da4cbef0b84087429a836bb31a4b'
#}
package() {
- cd $pkgname-0.3.10
+ cd ${srcdir}/trunk
python3 setup.py install --root="$pkgdir/" --optimize=1