summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakub Szymański2021-02-06 20:43:50 +0100
committerJakub Szymański2021-02-06 20:43:50 +0100
commit2e9c6f514a6e9d65b526846476f7f4231bf1bb14 (patch)
tree51e425c71fc4ec263b5e784ac01d4d044aba7bba /PKGBUILD
parentdc7e4ccac895b39fe37d27f40fb4a21897a83d08 (diff)
downloadaur-2e9c6f514a6e9d65b526846476f7f4231bf1bb14.tar.gz
Add file to sources
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67c6582ac420..981536fe7143 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=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"
@@ -27,10 +27,12 @@ conflicts=(
'woeusb-git'
)
source=(
- "https://github.com/WoeUSB/WoeUSB-ng/archive/v0.2.7.tar.gz"
+ "https://github.com/WoeUSB/WoeUSB-ng/archive/v$pkgver.tar.gz"
+ "com.github.woeusb.woeusb-ng.policy"
)
sha256sums=(
"4546ca5cf703434602b9dac2724cbfe791bbbc21c9b72d01c655ff7b89d69672"
+ "6700f9f324723447b9f5d69b940f3ae0b0dd8d1bfc65878f34990a8554482d06"
)
@@ -61,5 +63,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
-} \ No newline at end of file
+ cp ../com.github.woeusb.woeusb-ng.policy $pkgdir/usr/share/polkit-1/actions/com.github.woeusb.woeusb-ng.policy
+}