summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpyamsoft2020-06-13 22:55:05 -0700
committerpyamsoft2020-06-13 22:55:05 -0700
commit5ca80b8ea2463af85cf496c9deb0317084ba9e6e (patch)
tree75cfd3f51ca0154947183036c877663c4c85a631 /PKGBUILD
parent018738be54c67710d5db4e674f87d5fbd0f79ae1 (diff)
downloadaur-animwall-git.tar.gz
Update PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17a61f049bae..722b31f9925b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
##
-# Maintainer: pyamsoft <pyam(dot)soft(at)gmail(dot)com>
+# Maintainer: pyamsoft <developer(dot)pyamsoft(at)gmail(dot)com>
##
_gitname=animwall
@@ -24,7 +24,7 @@ provides=('animwall')
# shellcheck disable=SC2034
conflicts=('animwall')
# shellcheck disable=SC2034
-license=('GPLv2')
+license=('GPL2')
# shellcheck disable=SC2034
url="https://github.com/pyamsoft/animwall"
@@ -35,7 +35,7 @@ url="https://github.com/pyamsoft/animwall"
# shellcheck disable=SC2034
sha256sums=('SKIP')
# shellcheck disable=SC2034
-source=("${_gitname}::git+${url}#branch=master")
+source=("${_gitname}::git+${url}#branch=main")
###############################################################################