summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-09-21 16:44:27 +0200
committerPhilip Goto2021-09-21 16:44:27 +0200
commitb94e9b052311eaaf2bd5f7137c145e5ea29591c4 (patch)
tree390883a0ca5adf0ecf3405125f5a888d164fb9bd
parent45820918ab6f3f4746785770006c9a1731935fd3 (diff)
downloadaur-b94e9b052311eaaf2bd5f7137c145e5ea29591c4.tar.gz
Update to 41.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be94bb58d046..2d42bb96b76c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = calls-git
pkgdesc = Phone dialer and call handler
- pkgver = 0.3.3.r1.g2ac43f3
+ pkgver = 41.0.r14.g54bac16
pkgrel = 1
- url = https://source.puri.sm/Librem5/calls
+ url = https://gitlab.gnome.org/GNOME/calls
arch = x86_64
arch = aarch64
license = GPL3
@@ -20,8 +20,7 @@ pkgbase = calls-git
depends = sofia-sip
provides = calls
conflicts = calls
- source = git+https://source.puri.sm/Librem5/calls.git
+ source = git+https://gitlab.gnome.org/GNOME/calls.git
md5sums = SKIP
pkgname = calls-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 835aa270831a..aa8477cdac17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=calls-git
-pkgver=0.3.3.r1.g2ac43f3
+pkgver=41.0.r14.g54bac16
pkgrel=1
-pkgdesc="Phone dialer and call handler"
+pkgdesc='Phone dialer and call handler'
arch=(x86_64 aarch64)
-url="https://source.puri.sm/Librem5/calls"
+url='https://gitlab.gnome.org/GNOME/calls'
license=(GPL3)
depends=(
callaudiod
@@ -30,7 +30,7 @@ md5sums=(SKIP)
pkgver() {
cd calls
- git describe --long --tags | sed 's/^pureos\///;s/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {