summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcorrad1nho2019-01-06 00:19:43 +0100
committercorrad1nho2019-01-06 00:19:43 +0100
commitf47c05691d476b98a6c1ecc7ca800cff9f400069 (patch)
tree9cee05c554716270a2cf2ad6595d5cf7027ce0d0 /PKGBUILD
parentb2b8c0ee833c3ee0c4afc2d0f04fe0c6dc4fd0ad (diff)
downloadaur-f47c05691d476b98a6c1ecc7ca800cff9f400069.tar.gz
fixed wrong variable for custom scripts
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7173897ec2f7..7bba3679bf29 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=(python python-pyqt5 python-dbus openvpn stunnel bind-tools dnsmasq geoi
makedepends=(python-setuptools)
install=qomui.install
source=("https://github.com/corrad1nho/qomui/archive/v$pkgver.tar.gz")
-sha256sums=("ad302fadaf93aa8fec9e02cc3bd43ba17dd6115d04557230f1a000cb8b44313e")
+sha256sums=("fad07e6f7d33c110b43d356ae3d9363a2c0a4dd8b10a00ef91d015871d23116c")
build() {
cd "$pkgname-$pkgver"