diff options
author | Michael Hanson <hansonorders@verizon.net> | 2011-03-05 20:41:12 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verizon.net> | 2011-03-05 20:41:12 (GMT) |
commit | e036cefd5d2bb244a410c6efadfba277e2c9f121 (patch) | |
tree | b935b541266e7de26e79dc4d9ce873636339e876 /abs/extra | |
parent | ce0146819dba34f0b1e60fc6c7d9a11dc7a91072 (diff) | |
parent | d3cc14181ba921b0ce7c512d469b4d365f2a0736 (diff) | |
download | linhes_pkgbuild-e036cefd5d2bb244a410c6efadfba277e2c9f121.zip linhes_pkgbuild-e036cefd5d2bb244a410c6efadfba277e2c9f121.tar.gz linhes_pkgbuild-e036cefd5d2bb244a410c6efadfba277e2c9f121.tar.bz2 |
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/community/chromium/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/extra/community/flashplugin/PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/community/chromium/PKGBUILD b/abs/extra/community/chromium/PKGBUILD index 71e8250..eba588c 100644 --- a/abs/extra/community/chromium/PKGBUILD +++ b/abs/extra/community/chromium/PKGBUILD @@ -5,7 +5,7 @@ pkgname=chromium pkgver=9.0.597.94 -pkgrel=2 +pkgrel=3 pkgdesc='The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser.' arch=('i686' 'x86_64') url='http://www.chromium.org/' diff --git a/abs/extra/community/flashplugin/PKGBUILD b/abs/extra/community/flashplugin/PKGBUILD index e14790f..c7d785d 100644 --- a/abs/extra/community/flashplugin/PKGBUILD +++ b/abs/extra/community/flashplugin/PKGBUILD @@ -5,7 +5,7 @@ pkgname=flashplugin _licensefile='Reader_Player_AIR_WWEULA-Combined-20080204_1313.pdf' pkgver=10.2.152.27 _pkgver64=10.0.45.2 -pkgrel=4 +pkgrel=5 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' arch=('i686') # 'x86_64') @@ -31,6 +31,6 @@ build() { install -m644 "${_licensefile}" ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.pdf install -m644 ${srcdir}/mms.cfg ${pkgdir}/etc/adobe/mms.cfg } -md5sums=('afab0b40b0ae11445e2e90a4a9224a8a' +md5sums=('e9fc57403796a4992474e4f25857ca14' '1636037610ee2aa35c5fb736a697b7e0' 'f34aae6279b40e0bd2abfb0d9963d7b8') |