summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f832ad07d5b3..80975b924f76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libglibutil-git
pkgdesc = Library of glib utilities
- pkgver = 1.0.35.r0.g80575f4
+ pkgver = 1.0.75.r0.g4e11001
pkgrel = 1
- url = https://git.sailfishos.org/mer-core/libglibutil
+ url = https://github.com/sailfishos/libglibutil
arch = i686
arch = x86_64
license = BSD
@@ -11,8 +11,7 @@ pkgbase = libglibutil-git
depends = glib2
provides = libglibutil
conflicts = libglibutil
- source = libglibutil::git+https://git.merproject.org/mer-core/libglibutil.git
+ source = libglibutil::git+https://github.com/sailfishos/libglibutil.git
sha256sums = SKIP
pkgname = libglibutil-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e389d2a31a8f..1e731b1117ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Davide Depau <davide@depau.eu>
+# Maintainer: Aseem Athale <athaleaseem@gmail.com>
+# Contributor: Davide Depau <davide@depau.eu>
_pkgname=libglibutil
pkgname=${_pkgname}-git
-pkgver=1.0.35.r0.g80575f4
+pkgver=1.0.75.r0.g4e11001
pkgrel=1
pkgdesc="Library of glib utilities"
arch=('i686' 'x86_64')
depends=('glib2')
makedepends=('git' 'make')
-url="https://git.sailfishos.org/mer-core/libglibutil"
+url="https://github.com/sailfishos/libglibutil"
license=('BSD')
-source=(${_pkgname}::git+https://git.merproject.org/mer-core/libglibutil.git)
+source=(${_pkgname}::git+${url}.git)
sha256sums=('SKIP')
provides=("${_pkgname}")
conflicts=("${_pkgname}")