summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhawkeye1164772021-12-18 18:54:54 +0100
committerhawkeye1164772021-12-18 18:54:54 +0100
commit895d9802a51204bad4c2be86690feeb42456b461 (patch)
treeab1c69e145f417e5dcb81e426d066bfa0b176a4d
parent8557c05c0b3a95698c3ca7593a51c96137598000 (diff)
downloadaur-895d9802a51204bad4c2be86690feeb42456b461.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d64b34c777a7..482dfc251afc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = demoneditor-bin
optdepends = python-pillow
optdepends = python-chardet
source = https://github.com/DYefremov/DemonEditor/releases/download/2.0.3-b1/DemonEditor-2.0.3-Beta.deb
- source = https://raw.githubusercontent.com/DYefremov/DemonEditor/master/LICENSE
+ source = https://raw.githubusercontent.com/DYefremov/DemonEditor/2.0.3-b1/LICENSE
sha256sums = f36cfe9560c166f94d96f3cd9c0020284cbebc60e6addc074b72236bbb92c330
sha256sums = 04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500
diff --git a/PKGBUILD b/PKGBUILD
index 6846ebf27807..9fa1feb37de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ optdepends=('python-pillow' 'python-chardet')
arch=('any')
source=(
"https://github.com/DYefremov/$_pkgname/releases/download/$pkgver-b$pkgrel/$_pkgname-$pkgver-Beta.deb"
- "https://raw.githubusercontent.com/DYefremov/DemonEditor/master/LICENSE"
+ "https://raw.githubusercontent.com/DYefremov/DemonEditor/$pkgver-b$pkgrel/LICENSE"
)
sha256sums=('f36cfe9560c166f94d96f3cd9c0020284cbebc60e6addc074b72236bbb92c330'
'04d9540a8d545d279f7857fa54f90c5f79f3ff3db261410e9aa8329447b81500')