summarylogtreecommitdiffstats
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
parentdc7e4ccac895b39fe37d27f40fb4a21897a83d08 (diff)
downloadaur-2e9c6f514a6e9d65b526846476f7f4231bf1bb14.tar.gz
Add file to sources
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c179ee7f951..a2ba2945d176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = woeusb-ng
pkgdesc = Simple tool that enable you to create your own usb stick with Windows installer.
pkgver = 0.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/WoeUSB/WoeUSB-ng
arch = any
license = GPL3
- makedepends = git
makedepends = python-setuptools
depends = parted
depends = dosfstools
@@ -21,7 +20,9 @@ pkgbase = woeusb-ng
conflicts = woeusb
conflicts = woeusb-git
source = https://github.com/WoeUSB/WoeUSB-ng/archive/v0.2.7.tar.gz
+ source = com.github.woeusb.woeusb-ng.policy
sha256sums = 4546ca5cf703434602b9dac2724cbfe791bbbc21c9b72d01c655ff7b89d69672
+ sha256sums = 6700f9f324723447b9f5d69b940f3ae0b0dd8d1bfc65878f34990a8554482d06
pkgname = woeusb-ng
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
+}