summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarbUk2023-05-26 08:57:32 +0200
committerBarbUk2023-05-26 08:57:32 +0200
commit5e504b50a16d6a3dc96ead251c1343a2991bb6b1 (patch)
tree6caa08f5cbe62e5e20ceba7bffd75c6c82526d91
parent2fe7470eac335832f4ae96f1a1f06d15ffc34bec (diff)
downloadaur-5e504b50a16d6a3dc96ead251c1343a2991bb6b1.tar.gz
Add missing python-setuptools build dep and use unique archive name
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD17
2 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d349a4f3813..9e94a3d3f527 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = woeusb-ng
pkgdesc = Simple tool that enable you to create your own usb stick with Windows installer.
pkgver = 0.2.12
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/WoeUSB/WoeUSB-ng
arch = any
license = GPL3
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = parted
depends = dosfstools
depends = ntfs-3g
@@ -21,7 +22,7 @@ pkgbase = woeusb-ng
provides = woeusb
conflicts = woeusb
conflicts = woeusb-git
- source = https://github.com/WoeUSB/WoeUSB-ng/archive/v0.2.12.tar.gz
+ source = woeusb-ng-0.2.12.tar.gz::https://github.com/WoeUSB/WoeUSB-ng/archive/v0.2.12.tar.gz
source = pr79.patch
sha256sums = 64b9346490e88c627f0034973771620474acb9482bb6a5045c27e52d23987779
sha256sums = 848e56d1b377a46bba6f8c400f7b7aea18aba263f6c795158e219fbad9c87ed6
diff --git a/PKGBUILD b/PKGBUILD
index bea42efb60b2..a731bbf64aa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakub SzymaƄski <jakubmateusz@poczta.onet.pl>
pkgname=woeusb-ng
pkgver=0.2.12
-pkgrel=1
+pkgrel=2
pkgdesc="Simple tool that enable you to create your own usb stick with Windows installer."
arch=('any')
url="https://github.com/WoeUSB/WoeUSB-ng"
@@ -17,18 +17,27 @@ depends=(
'python-wxpython'
'xdg-utils'
'python-termcolor'
- )
-makedepends=(python-build python-installer python-wheel)
+)
+
+makedepends=(
+ 'python-build'
+ 'python-installer'
+ 'python-wheel'
+ 'python-setuptools'
+)
provides=('woeusb')
+
conflicts=(
'woeusb'
'woeusb-git'
)
+
source=(
- "https://github.com/WoeUSB/WoeUSB-ng/archive/v$pkgver.tar.gz"
+ "$pkgname-$pkgver.tar.gz::https://github.com/WoeUSB/WoeUSB-ng/archive/v$pkgver.tar.gz"
"pr79.patch"
)
+
sha256sums=('64b9346490e88c627f0034973771620474acb9482bb6a5045c27e52d23987779'
'848e56d1b377a46bba6f8c400f7b7aea18aba263f6c795158e219fbad9c87ed6')