summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b024b46258a..af7591ad42bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,13 +4,13 @@ pkgbase = animwall-git
pkgrel = 1
url = https://github.com/pyamsoft/animwall
arch = any
- license = GPLv2
+ license = GPL2
makedepends = git
depends = xwinwrap
depends = mpv
provides = animwall
conflicts = animwall
- source = animwall::git+https://github.com/pyamsoft/animwall#branch=master
+ source = animwall::git+https://github.com/pyamsoft/animwall#branch=main
sha256sums = SKIP
pkgname = animwall-git
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")
###############################################################################