woeusb 3.2.9-1
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
pkgbase = woeusb
|
pkgbase = woeusb
|
||||||
pkgdesc = A Linux program to create Windows USB stick installer from a real Windows DVD or an image
|
pkgdesc = A Linux program to create Windows USB stick installer from a real Windows DVD or an image
|
||||||
pkgver = 3.2.2
|
pkgver = 3.2.9
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/slacka/WoeUSB
|
url = https://github.com/slacka/WoeUSB
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@@ -15,8 +15,8 @@ pkgbase = woeusb
|
|||||||
optdepends = gksu
|
optdepends = gksu
|
||||||
provides = woeusb-git
|
provides = woeusb-git
|
||||||
conflicts = woeusb-git
|
conflicts = woeusb-git
|
||||||
source = woeusb-3.2.2.tar.gz::https://github.com/slacka/WoeUSB/archive/v3.2.2.tar.gz
|
source = woeusb-3.2.9.tar.gz::https://github.com/slacka/WoeUSB/archive/v3.2.9.tar.gz
|
||||||
sha256sums = 472746470e7874c81a72d5189f3d1fa9004ba1ea1d3c9715e78b64cbf8fc0948
|
sha256sums = 85b338f097f4049c119f75e83e601948451619c5506d50daa4967bdc4ad1eafd
|
||||||
|
|
||||||
pkgname = woeusb
|
pkgname = woeusb
|
||||||
|
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: aimileus <me at aimileus dot nl>
|
# Maintainer: aimileus <me at aimileus dot nl>
|
||||||
# Contributor: Salvador Pardiñas <darkfm@vera.com.uy>
|
# Contributor: Salvador Pardiñas <darkfm@vera.com.uy>
|
||||||
pkgname=woeusb
|
pkgname=woeusb
|
||||||
pkgver=3.2.2
|
pkgver=3.2.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A Linux program to create Windows USB stick installer from a real Windows DVD or an image"
|
pkgdesc="A Linux program to create Windows USB stick installer from a real Windows DVD or an image"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@@ -13,7 +13,7 @@ makedepends=('git')
|
|||||||
conflicts=('woeusb-git')
|
conflicts=('woeusb-git')
|
||||||
provides=('woeusb-git')
|
provides=('woeusb-git')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/slacka/WoeUSB/archive/v$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/slacka/WoeUSB/archive/v$pkgver.tar.gz")
|
||||||
sha256sums=('472746470e7874c81a72d5189f3d1fa9004ba1ea1d3c9715e78b64cbf8fc0948')
|
sha256sums=('85b338f097f4049c119f75e83e601948451619c5506d50daa4967bdc4ad1eafd')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "WoeUSB-$pkgver"
|
cd "WoeUSB-$pkgver"
|
||||||
|
Reference in New Issue
Block a user