[aur-general] Expired key

2017-01-01 Thread Jerome Leclanche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi

My pgp key expired this morning. :(
I have refreshed it, an archlinux-keyring rebuild will be necessary.

My apologies. Happy new year!

J. Leclanche
-BEGIN PGP SIGNATURE-

iQKTBAEBCgB9FiEEFpcExvtJDGiSx/I8N+CvH9pI83MFAlhpbCtfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDE2
OTcwNEM2RkI0OTBDNjg5MkM3RjIzQzM3RTBBRjFGREE0OEYzNzMACgkQN+CvH9pI
83PwYxAApk7I+JXgrKzo0uXABEtRs8Z1ZUA9DtKIBCFtALQoH83N/RU0Yggu5xa1
GFuDCjSlN2nYol70nV7L17qdKKKf4GfBHH2r8fCTNk0uCZL1GzjZmDiDB8oINAfU
QKNk8KGvy+gi+r7WJRwG11ij4bGbh46HSjFCUGIF9o1k5S4UVhzOJKjQrog1mnXP
XvkkjcwALXWqPNVopyPm8Mg/4s8ZrwtbRelRpbF4r9IFWezP2arzqEx44dBkPmiB
jVQat2JBvBP4MrQTZXR+moid/PzKfJ+E7Ynfqgfq3qLSzqlD+Ad1v05wHViulJt2
BkxKj0X+zTrUrufabJ77rbvcFhbAWYh/Tf7qlKWUWNWXFibvOgCOsNBS1CN16XH8
752j5P+iRIQUGzvdBPNeSTsZfV68/kHRfb+b3o/iJRN/vQS9ST5yLtWQI4TJHL21
noCbPoswPWKCdm5CD3E7LxMOg209dqpWYnvvT8eDmJVgjUwzVoGjYMMCXe2vEvWL
40hjC3YNOir34gcNgZlRKu14uu6TauAnyQ/pRljabj8os03aE7vycJutjqCFFJWq
uqyX6jRccClRe2w9oOtF9Eep9BwCVOfjPd9WzaYX7CVCwNfv0xU1WYhJiARqDlff
y0a/tJR6s9euU0pAyTzDTcWmn+ZBcK4Rt4CY2Av7boujv/ETnZQ=
=oilj
-END PGP SIGNATURE-


Re: [aur-general] Update a pkg into aur

2017-01-01 Thread Stefano Capitani

Thank you guys .. solved and update all

:)

---
Greetings
Stefano Capitani

Il 2017-01-01 19:54 Alex Talker via aur-general ha scritto:

Yeah, correct too. But u also could use git commit -a, without git
add, so it only commit changes on files already tracked.

On 1 January 2017 21:52:41 GMT+03:00, Stefano Capitani
 wrote:

Thank you for reply .. i have do this :

mksrcinfo && git add * && git commit -m 'update to 0.9 release ,
removed
the unneeded file and optimize PKGBUILD' && git push origin master

:p




---
Greetings
Stefano Capitani

Il 2017-01-01 19:49 NicoHood ha scritto:

On 01/01/2017 07:48 PM, Stefano Capitani wrote:

Hi at all , i have update the ancestris package but i don't see the
right version .. i missed something ?

https://aur.archlinux.org/packages/ancestris/

thank you ..



Possibly
$ makepkg --printsrcinfo > .SRCINFO
$ git add -p
$ git commit
$ git push


Re: [aur-general] Update a pkg into aur

2017-01-01 Thread Eli Schwartz via aur-general
On 01/01/2017 01:52 PM, Stefano Capitani wrote:
> Thank you for reply .. i have do this :
> 
> mksrcinfo && git add * && git commit -m 'update to 0.9 release , removed 
> the unneeded file and optimize PKGBUILD' && git push origin master

Alternatively, use my hooks: https://github.com/eli-schwartz/pkgbuilds

-- 
Eli Schwartz



signature.asc
Description: OpenPGP digital signature


Re: [aur-general] Update a pkg into aur

2017-01-01 Thread Alex Talker via aur-general
Yeah, correct too. But u also could use git commit -a, without git add, so it 
only commit changes on files already tracked.

On 1 January 2017 21:52:41 GMT+03:00, Stefano Capitani  
wrote:
>Thank you for reply .. i have do this :
>
>mksrcinfo && git add * && git commit -m 'update to 0.9 release ,
>removed 
>the unneeded file and optimize PKGBUILD' && git push origin master
>
>:p
>
>
>
>
>---
>Greetings
>Stefano Capitani
>
>Il 2017-01-01 19:49 NicoHood ha scritto:
>> On 01/01/2017 07:48 PM, Stefano Capitani wrote:
>>> Hi at all , i have update the ancestris package but i don't see the
>>> right version .. i missed something ?
>>> 
>>> https://aur.archlinux.org/packages/ancestris/
>>> 
>>> thank you ..
>>> 
>> 
>> Possibly
>> $ makepkg --printsrcinfo > .SRCINFO
>> $ git add -p
>> $ git commit
>> $ git push

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


Re: [aur-general] Update a pkg into aur

2017-01-01 Thread Stefano Capitani

Thank you for reply .. i have do this :

mksrcinfo && git add * && git commit -m 'update to 0.9 release , removed 
the unneeded file and optimize PKGBUILD' && git push origin master


:p




---
Greetings
Stefano Capitani

Il 2017-01-01 19:49 NicoHood ha scritto:

On 01/01/2017 07:48 PM, Stefano Capitani wrote:

Hi at all , i have update the ancestris package but i don't see the
right version .. i missed something ?

https://aur.archlinux.org/packages/ancestris/

thank you ..



Possibly
$ makepkg --printsrcinfo > .SRCINFO
$ git add -p
$ git commit
$ git push


Re: [aur-general] Update a pkg into aur

2017-01-01 Thread Alex Talker via aur-general
Hello! You updated only PKGBUILD, IIRC .SRCINFO required too.

On 1 January 2017 21:48:49 GMT+03:00, Stefano Capitani  
wrote:
>Hi at all , i have update the ancestris package but i don't see the 
>right version .. i missed something ?
>
>https://aur.archlinux.org/packages/ancestris/
>
>thank you ..
>
>-- 
>Greetings
>Stefano Capitani

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


[aur-general] Update a pkg into aur

2017-01-01 Thread Stefano Capitani
Hi at all , i have update the ancestris package but i don't see the 
right version .. i missed something ?


https://aur.archlinux.org/packages/ancestris/

thank you ..

--
Greetings
Stefano Capitani


[aur-general] Signoff report for [community-testing]

2017-01-01 Thread Arch Website Notification
=== Signoff report for [community-testing] ===
https://www.archlinux.org/packages/signoffs/

There are currently:
* 0 new packages in last 24 hours
* 0 known bad packages
* 0 packages not accepting signoffs
* 0 fully signed off packages
* 42 packages missing signoffs
* 14 packages older than 14 days

(Note: the word 'package' as used here refers to packages as grouped by
pkgbase, architecture, and repository; e.g., one PKGBUILD produces one
package per architecture, even if it is a split package.)



== Incomplete signoffs for [community] (42 total) ==

* iscan-data-1.39.0.1-1 (any)
0/2 signoffs
* sweethome3d-5.3-1 (any)
0/2 signoffs
* acpi_call-1.1.0-52 (i686)
0/1 signoffs
* arduino-1:1.8.0-2 (i686)
0/1 signoffs
* arduino-builder-1.3.23-2 (i686)
0/1 signoffs
* bbswitch-0.8-56 (i686)
0/1 signoffs
* haproxy-1.7.1-1 (i686)
0/1 signoffs
* iscan-2.30.3.1-1 (i686)
0/1 signoffs
* libbson-1.5.1-1 (i686)
0/1 signoffs
* libfdk-aac-0.1.4.r88.5fd7e65-1 (i686)
0/1 signoffs
* libmongoc-1.5.1-1 (i686)
0/1 signoffs
* php-geoip-1.1.1-2 (i686)
0/1 signoffs
* php-memcache-3.0.8-5 (i686)
0/1 signoffs
* php-memcached-2.2.0-4 (i686)
0/1 signoffs
* php-mongodb-1.2.2-1 (i686)
0/1 signoffs
* python-pyodbc-4.0.0-1 (i686)
0/1 signoffs
* r8168-8.043.01-3 (i686)
0/1 signoffs
* tp_smapi-0.42-6 (i686)
0/1 signoffs
* vhba-module-20161009-3 (i686)
0/1 signoffs
* virtualbox-modules-arch-5.1.12-2 (i686)
0/1 signoffs
* wireguard-0.0.20161230-1 (i686)
0/1 signoffs
* xdebug-2.5.0-1 (i686)
0/1 signoffs
* acpi_call-1.1.0-52 (x86_64)
0/2 signoffs
* arduino-1:1.8.0-2 (x86_64)
0/2 signoffs
* arduino-builder-1.3.23-2 (x86_64)
0/2 signoffs
* bbswitch-0.8-56 (x86_64)
0/2 signoffs
* haproxy-1.7.1-1 (x86_64)
0/2 signoffs
* iscan-2.30.3.1-1 (x86_64)
0/2 signoffs
* libbson-1.5.1-1 (x86_64)
0/2 signoffs
* libfdk-aac-0.1.4.r88.5fd7e65-1 (x86_64)
0/2 signoffs
* libmongoc-1.5.1-1 (x86_64)
0/2 signoffs
* php-geoip-1.1.1-2 (x86_64)
0/2 signoffs
* php-memcache-3.0.8-5 (x86_64)
0/2 signoffs
* php-memcached-2.2.0-4 (x86_64)
0/2 signoffs
* php-mongodb-1.2.2-1 (x86_64)
0/2 signoffs
* python-pyodbc-4.0.0-1 (x86_64)
0/2 signoffs
* r8168-8.043.01-3 (x86_64)
0/2 signoffs
* tp_smapi-0.42-6 (x86_64)
0/2 signoffs
* vhba-module-20161009-3 (x86_64)
0/2 signoffs
* virtualbox-modules-arch-5.1.12-2 (x86_64)
0/2 signoffs
* wireguard-0.0.20161230-1 (x86_64)
0/2 signoffs
* xdebug-2.5.0-1 (x86_64)
1/2 signoffs


== All packages in [community-testing] for more than 14 days (14 total) ==

* libfdk-aac-0.1.4.r88.5fd7e65-1 (i686), since 2016-11-10
* libfdk-aac-0.1.4.r88.5fd7e65-1 (x86_64), since 2016-11-10
* php-memcache-3.0.8-5 (i686), since 2016-12-03
* php-memcache-3.0.8-5 (x86_64), since 2016-12-03
* php-memcached-2.2.0-4 (i686), since 2016-12-03
* php-memcached-2.2.0-4 (x86_64), since 2016-12-03
* php-geoip-1.1.1-2 (i686), since 2016-12-03
* php-geoip-1.1.1-2 (x86_64), since 2016-12-03
* xdebug-2.5.0-1 (i686), since 2016-12-04
* xdebug-2.5.0-1 (x86_64), since 2016-12-04
* iscan-data-1.39.0.1-1 (any), since 2016-12-04
* iscan-2.30.3.1-1 (i686), since 2016-12-04
* iscan-2.30.3.1-1 (x86_64), since 2016-12-04
* sweethome3d-5.3-1 (any), since 2016-12-04


== Top five in signoffs in last 24 hours ==