summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-05-22 23:20:55 +0200
committerPhilip Goto2020-05-22 23:20:55 +0200
commite3ec08ee607d78ac1ac1316107996c19705d815c (patch)
treebafd9688ab01ecbd18c236f92d53f030daaa1343
parent293bfee7b530b5b7cf870db1116a0f320a7dc69d (diff)
downloadaur-e3ec08ee607d78ac1ac1316107996c19705d815c.tar.gz
Update url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f63bb35120d9..2db07ec509ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libhandy-glade-catalog-disabled-git
pkgdesc = Library full of GTK+ widgets for mobile phones
- pkgver = 0.0.13.r267.g8157ecc
+ pkgver = 0.80.0.r14.g2bfaeb2
pkgrel = 1
- url = https://source.puri.sm/Librem5/libhandy
+ url = https://gitlab.gnome.org/GNOME/libhandy
arch = i686
arch = x86_64
arch = armv7h
@@ -17,7 +17,7 @@ pkgbase = libhandy-glade-catalog-disabled-git
provides = libhandy
conflicts = libhandy
conflicts = libhandy-git
- source = git+https://source.puri.sm/Librem5/libhandy.git
+ source = git+https://gitlab.gnome.org/GNOME/libhandy.git
md5sums = SKIP
pkgname = libhandy-glade-catalog-disabled-git
diff --git a/PKGBUILD b/PKGBUILD
index 5b43ef4beab4..56ef8619a7ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=libhandy-glade-catalog-disabled-git
-pkgver=0.0.13.r267.g8157ecc
+pkgver=0.80.0.r14.g2bfaeb2
pkgrel=1
pkgdesc="Library full of GTK+ widgets for mobile phones"
-url="https://source.puri.sm/Librem5/libhandy"
+url="https://gitlab.gnome.org/GNOME/libhandy"
license=(LGPL2.1)
arch=(i686 x86_64 armv7h aarch64)
depends=(gtk3)
makedepends=(git glade gobject-introspection meson vala)
provides=(libhandy)
conflicts=(libhandy libhandy-git)
-source=("git+https://source.puri.sm/Librem5/libhandy.git")
+source=("git+$url.git")
md5sums=(SKIP)
pkgver() {
@@ -29,5 +29,5 @@ check() {
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ DESTDIR="$pkgdir" meson install -C build
}