summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Szymański2021-03-02 12:00:12 +0100
committerJakub Szymański2021-03-02 12:00:12 +0100
commit5ab0217546a021e35368c191a2dfb79391114670 (patch)
treeb4bfc43024a88130166049764ac1c1084bb0d834 /PKGBUILD
parent2e9c6f514a6e9d65b526846476f7f4231bf1bb14 (diff)
downloadaur-5ab0217546a021e35368c191a2dfb79391114670.tar.gz
Update to 0.2.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 981536fe7143..9fb9da0fce8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakub Szymański <jakubmateusz@poczta.onet.pl>
pkgname=woeusb-ng
-pkgver=0.2.7
-pkgrel=2
+pkgver=0.2.8
+pkgrel=1
pkgdesc="Simple tool that enable you to create your own usb stick with Windows installer."
arch=('any')
url="https://github.com/WoeUSB/WoeUSB-ng"
@@ -28,11 +28,9 @@ conflicts=(
)
source=(
"https://github.com/WoeUSB/WoeUSB-ng/archive/v$pkgver.tar.gz"
- "com.github.woeusb.woeusb-ng.policy"
)
sha256sums=(
- "4546ca5cf703434602b9dac2724cbfe791bbbc21c9b72d01c655ff7b89d69672"
- "6700f9f324723447b9f5d69b940f3ae0b0dd8d1bfc65878f34990a8554482d06"
+ "8a7e0bd6ced96a02d7a3ad829073809a67d20e6099104ce0a9f5234699a07666"
)
@@ -63,5 +61,5 @@ package() {
chmod 755 $pkgdir/usr/share/applications/WoeUSB-ng.desktop
# policy
- cp ../com.github.woeusb.woeusb-ng.policy $pkgdir/usr/share/polkit-1/actions/com.github.woeusb.woeusb-ng.policy
+ cp miscellaneous/com.github.woeusb.woeusb-ng.policy $pkgdir/usr/share/polkit-1/actions/com.github.woeusb.woeusb-ng.policy
}