diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-04 10:03:29 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-04 10:03:29 +0100 |
commit | 188c20297098b706ee2687fe404b0c63eb2600d9 (patch) | |
tree | 069c4fab3fe7423afdcc360ffeba09900c66a00c /community/sysprof | |
parent | f104a5865e580d1a5c50f83b6bfac2885f065c92 (diff) | |
parent | 2030e810a5cfd4d3ff6e0f8930560c96f2990eb2 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ccrypt/PKGBUILD
community/mathomatic/PKGBUILD
community/tuxpaint/PKGBUILD
extra/aisleriot/PKGBUILD
extra/dhcp/PKGBUILD
extra/gnome-applets/PKGBUILD
extra/gnome-shell/PKGBUILD
extra/xdg-user-dirs-gtk/PKGBUILD
Diffstat (limited to 'community/sysprof')
-rw-r--r-- | community/sysprof/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/sysprof/PKGBUILD b/community/sysprof/PKGBUILD index 03bc87442..22e9ab701 100644 --- a/community/sysprof/PKGBUILD +++ b/community/sysprof/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76036 2012-09-09 18:03:25Z spupykin $ +# $Id: PKGBUILD 79392 2012-11-04 01:05:10Z ebelanger $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> # Previous Contributor: Eric Belanger <belanger@astro.umontreal.ca> @@ -13,7 +13,7 @@ url="http://www.daimi.au.dk/~sandmann/sysprof/" license=("GPL") source=(http://www.daimi.au.dk/~sandmann/$pkgname/$pkgname-$pkgver.tar.gz) depends=('libglade' 'binutils') -makedepends=('libglade' 'binutils' 'kernel26-headers') +makedepends=('libglade' 'binutils' 'linux-headers') md5sums=('a81808d847732f8dafb59d26ec2eebbf') build() { |