summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorrad1nho2019-01-06 00:19:43 +0100
committercorrad1nho2019-01-06 00:19:43 +0100
commitf47c05691d476b98a6c1ecc7ca800cff9f400069 (patch)
tree9cee05c554716270a2cf2ad6595d5cf7027ce0d0
parentb2b8c0ee833c3ee0c4afc2d0f04fe0c6dc4fd0ad (diff)
downloadaur-f47c05691d476b98a6c1ecc7ca800cff9f400069.tar.gz
fixed wrong variable for custom scripts
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f58c6cd37aaf..23d1f2039d45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -24,7 +24,7 @@ pkgbase = qomui
depends = wireguard-tools
depends = python-cryptography
source = https://github.com/corrad1nho/qomui/archive/v0.8.1.tar.gz
- sha256sums = ad302fadaf93aa8fec9e02cc3bd43ba17dd6115d04557230f1a000cb8b44313e
+ sha256sums = fad07e6f7d33c110b43d356ae3d9363a2c0a4dd8b10a00ef91d015871d23116c
pkgname = qomui
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"