From b43855c0776ba9c2305c1611e743ff1f3e7844f1 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 11 Dec 2017 05:15:48 -0500 Subject: [ring]: rebuild --- pcr/ring/PKGBUILD | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pcr/ring/PKGBUILD b/pcr/ring/PKGBUILD index 4808a2c1a..dc392aad3 100644 --- a/pcr/ring/PKGBUILD +++ b/pcr/ring/PKGBUILD @@ -5,6 +5,7 @@ # TODO: add explicit versioned dependency canary on icu to the # appropriate package(s) -- à la iceweasel -- so as to avoid # breakage when Arch bumps the soname +# NOTE: the same has also been seen for 'enchant' and 'jsoncpp' pkgbase=ring pkgname=(ring-daemon ring-lrc ring-client-gnome) @@ -20,8 +21,16 @@ _SOURCE_DATE_EPOCH=1508858419 # from inside of the repository created by # # git clone https://gerrit-ring.savoirfairelinux.com/ring-project +# +# TODO: the above is really not appropriate - we are not building from git master +# the source date should be the date of the tarball +# which is actually made from git 'production' branch +# +# git clone https://gerrit-ring.savoirfairelinux.com/ring-project +# cd ring-project +# git log production -n1 --format=%ct ${_pkgver##*.} -pkgrel=2.2 +pkgrel=2.3 arch=("i686" "x86_64") url="https://ring.cx/" source=("http://dl.ring.cx/ring-release/tarballs/${pkgbase}_${pkgver}.tar.gz" @@ -31,6 +40,7 @@ license=('GPL3') sha256sums=('4f58183d7669b2fa06d72828f9fc8ceeec74d598bd656618cdd8cbe6a0ec55c6' '4d2040fae7dea3306580ac5b9c3d60e64314305db1b59d2d14c802a12e45e6f9') + # Get this list by looking at `daemon/contrib/src/*/rules.mak`; look # for packages that add themselves to both PKGS and FOUND_PKGS. _daemon_contrib=( -- cgit v1.2.3