summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlastweakness2020-01-10 11:20:06 +0530
committerlastweakness2020-01-10 11:20:06 +0530
commite50039bf8e58012320c50c8aa5f01bae526ad96f (patch)
treebbfe4beb408c3bed5dffbb19a845f4a5a7ba60bc
parent1eb8db3969dbf146b56937f59498d642181dc8e2 (diff)
downloadaur-e50039bf8e58012320c50c8aa5f01bae526ad96f.tar.gz
Fix standards
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d0e9f08fe01..fbdb23fadd3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mufeed Ali <lastweakness@tuta.io>
-author=eigenein
pkgname=python-pure-protobuf
+_author=eigenein
_gitname=protobuf
pkgver=2.0.0
pkgrel=2
@@ -13,7 +13,7 @@ depends=('python')
makedepends=('git' 'python-setuptools')
provides=('python-pure-protobuf')
-source=("$pkgname-$pkgver.tar.gz::https://www.github.com/$author/$_gitname/archive/$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://www.github.com/$_author/$_gitname/archive/$pkgver.tar.gz")
sha256sums=('e1303e8ae29ce5e33254d49f93d896d04b040070f89e87232e33ecdfbb4ea6d9')
package() {