Date: Wednesday, April 4, 2018 @ 21:08:03
  Author: heftig
Revision: 320951

archrelease: copy trunk to extra-x86_64

Added:
  accountsservice/repos/extra-x86_64/PKGBUILD
    (from rev 320950, accountsservice/trunk/PKGBUILD)
Deleted:
  accountsservice/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-04-04 21:04:50 UTC (rev 320950)
+++ PKGBUILD    2018-04-04 21:08:03 UTC (rev 320951)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-pkgname=accountsservice
-pkgver=0.6.45
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-url="https://www.freedesktop.org/software/accountsservice/";
-arch=(i686 x86_64)
-license=(GPL3)
-depends=(glib2 polkit systemd)
-makedepends=(intltool gtk-doc gobject-introspection git)
-_commit=db223bc474b5ae914f2c6ff4d07c69d747cfeda7  # tags/0.6.45^0
-source=("git+https://anongit.freedesktop.org/git/accountsservice#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/extra-x86_64/PKGBUILD (from rev 320950, 
accountsservice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-04-04 21:08:03 UTC (rev 320951)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=accountsservice
+pkgver=0.6.46
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+url="https://www.freedesktop.org/software/accountsservice/";
+arch=(x86_64)
+license=(GPL3)
+depends=(glib2 polkit systemd)
+makedepends=(intltool gtk-doc gobject-introspection git)
+_commit=27fbd25251c3dd59c4d8e999a902946feab73f5a  # tags/0.6.46^0
+source=("git+https://anongit.freedesktop.org/git/accountsservice#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to