Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
[updpkg]s. also closes #55
Browse files Browse the repository at this point in the history
Former-commit-id: a3e3e76
  • Loading branch information
lots0logs committed Aug 2, 2015
1 parent ae4aef5 commit ed2ff3b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions chromium-pepper-flash/PKGBUILD
Expand Up @@ -3,8 +3,8 @@
pkgname=chromium-pepper-flash
pkgdesc="Google Chrome's Pepper Flash plugin for Chromium (stable version)"
pkgver=18.0.0.209
_verbld=43.0.2357.134-1
pkgrel=1
_verbld=44.0.2403.125-1
pkgrel=2
epoch=1
arch=('i686' 'x86_64')
url="http://www.google.com/chrome"
Expand Down
2 changes: 1 addition & 1 deletion copyq/PKGBUILD
Expand Up @@ -3,7 +3,7 @@

pkgname=copyq
_realname=CopyQ
pkgver=2.4.7
pkgver=2.4.8
pkgrel=1
pkgdesc="Clipboard manager with searchable and editable history."
url="https://github.com/hluk/CopyQ"
Expand Down
4 changes: 2 additions & 2 deletions mate-mint-menu/PKGBUILD
Expand Up @@ -10,8 +10,8 @@

_pkgname=mintmenu
pkgname=mate-mint-menu
pkgver=5.6.2
pkgrel=3
pkgver=5.6.4
pkgrel=1
pkgdesc="Linux Mint Menu for MATE"
arch=('any')
url="http://packages.linuxmint.com/pool/main/m/mintmenu"
Expand Down
2 changes: 1 addition & 1 deletion opera-developer/PKGBUILD
Expand Up @@ -39,6 +39,6 @@ package() {

unlink ${pkgdir}/usr/bin/${pkgname}
cd ${pkgdir}/usr/bin
ln -sr ../usr/lib/opera-developer/opera-developer
ln -sf /usr/lib/${pkgname}/${pkgname}
}

2 changes: 1 addition & 1 deletion profile-sync-daemon/PKGBUILD
Expand Up @@ -2,7 +2,7 @@
# Contributor: graysky <graysky AT archlinux DOT us>

pkgname='profile-sync-daemon'
pkgver=5.74.1
pkgver=5.75
pkgrel=1
pkgdesc='Syncs browser profiles to tmpfs reducing SSD/HDD calls and speeding-up browsers.'
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion ttf-google-fonts/PKGBUILD
Expand Up @@ -77,7 +77,7 @@ _gitname="fonts"

pkgver() {
cd "$srcdir/$_gitname"
git log -1 --format="%cd" --date=short | sed 's|-||g'
printf "%s.r%s" "$(git rev-list --count HEAD)" "$(git log -1 --format='%cd' --date=short | sed 's|-||g')"
}

package() {
Expand Down

0 comments on commit ed2ff3b

Please sign in to comment.