summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantidote19112020-06-06 22:45:26 +0200
committerantidote19112020-06-06 22:45:26 +0200
commitcce83d38974ecb5c2d5df4a3a6533834060d123a (patch)
tree5865c2fc453508f8576151bdebf558c429fa371c
parenta48bae44ef11aaa8526803eb70e33b182c088227 (diff)
downloadaur-cce83d38974ecb5c2d5df4a3a6533834060d123a.tar.gz
up to 3.0.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70cc5aa6e082..1a5fd83e97a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = arsenic
arch = x86_64
license = GPL
depends = qt5-base
- source = arsenic-v3.0.0.tar.gz::https://github.com/Antidote1911/arsenic/archive/v3.0.0/arsenic-v3.0.0.tar.gz
+ source = arsenic-3.0.0.tar.gz::https://github.com/Antidote1911/arsenic/archive/3.0.0/arsenic-3.0.0.tar.gz
sha256sums = 8BD7326B6A428F90D844BC3ED74B0682922333EBE6B4557278EF72DE9E36BA73
pkgname = arsenic
diff --git a/PKGBUILD b/PKGBUILD
index ce516e15f411..9fb3c9a329a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/Antidote1911/${pkgname}"
license=('GPL')
depends=('qt5-base')
-source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/Antidote1911/${pkgname}/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Antidote1911/${pkgname}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('8BD7326B6A428F90D844BC3ED74B0682922333EBE6B4557278EF72DE9E36BA73')
build() {