summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Santini2021-09-23 22:09:41 +0200
committerGiovanni Santini2021-09-23 22:09:41 +0200
commit3af3448b3295ccfcfbe0c5a3ec6f1cdf3729bc61 (patch)
treef922dd4d88dae116b7847db38d4eeeac1a268827
parentac95b62afa4ba5b7351dc89b481d0a597dcebe61 (diff)
downloadaur-telepathy-morse-git.tar.gz
upgpkg: telepathy-morse-git r290.a59a608-1
- Version bump. - Update the remote. - Switch to SHA512 checksums (if ever).
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7d2416eaf9f..40f6d1af1b35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = telepathy-morse-git
pkgdesc = Telepathy Connection Manager for the Telegram network
- pkgver = r224.0a84492
+ pkgver = r290.a59a608
pkgrel = 1
url = https://projects.kde.org/telepathy-morse/
arch = i686
@@ -12,8 +12,7 @@ pkgbase = telepathy-morse-git
depends = telegram-qt-git
provides = telepathy-morse
conflicts = telepathy-morse
- source = git+https://github.com/TelepathyQt/telepathy-morse
- md5sums = SKIP
+ source = git+https://github.com/TelepathyIM/telepathy-morse
+ sha512sums = SKIP
pkgname = telepathy-morse-git
-
diff --git a/PKGBUILD b/PKGBUILD
index a8058a29d0a7..fd2315aeb111 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gitname=telepathy-morse
pkgname=telepathy-morse-git
-pkgver=r224.0a84492
+pkgver=r290.a59a608
pkgrel=1
pkgdesc="Telepathy Connection Manager for the Telegram network"
arch=(i686 x86_64)
@@ -13,8 +13,8 @@ depends=(telepathy-qt telegram-qt-git)
makedepends=(cmake git)
provides=(telepathy-morse)
conflicts=(telepathy-morse)
-source=("git+https://github.com/TelepathyQt/$_gitname")
-md5sums=('SKIP')
+source=("git+https://github.com/TelepathyIM/$_gitname")
+sha512sums=('SKIP')
pkgver() {
cd $_gitname