summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4edc8735fbee..680bb618fc47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgver=0.0.8
pkgrel=1
pkgdesc='Trustworthy command line authenticator app compatible with backups from andOTP, Aegis and so on..'
arch=('x86_64' 'aarch64' 'armv7')
-url='https://codeberg.org/replydev/cotp'
+url='https://github.com/replydev/cotp'
license=('GPL3')
makedepends=('rust')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ce7510bee35994b37cb29669b983a8f5eaebbc72ebe202f003179c5891393361')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha256sums=('5c071c27c4115a63e30ef40353b9f43a5d10ab8d8b22c9792fed6f4628f47d6d')
build() {
cd "$pkgname-$pkgver"