Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :: Synchronising package databases...
- core is up to date
- extra 1724.2 KiB 5.81 MiB/s 00:00 [--------------------------------------------------------------------] 100%
- community 6.6 MiB 12.1 MiB/s 00:01 [--------------------------------------------------------------------] 100%
- multilib is up to date
- endeavouros is up to date
- :: Starting full system upgrade...
- there is nothing to do
- :: Searching databases for updates...
- :: Searching AUR for updates...
- -> Flagged Out Of Date AUR Packages: treesheets-git
- :: There are 2 providers available for nutty:
- :: Repository AUR
- 1) nutty 2) nutty-git
- Enter a number (default=1):
- ==> 1
- :: Checking for conflicts...
- :: Checking for inner conflicts...
- [Aur:1] nutty-1.1.1-1
- :: (1/1) Downloaded PKGBUILD: nutty
- 1 nutty (Build Files Exist)
- ==> Diffs to show?
- ==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
- ==> a
- diff --git /home/sherabk/.cache/yay/nutty/.gitignore /home/sherabk/.cache/yay/nutty/.gitignore
- new file mode 100644
- index 0000000..8eab14e
- --- /dev/null
- +++ /home/sherabk/.cache/yay/nutty/.gitignore
- @@ -0,0 +1,6 @@
- +/pkg/
- +/src/
- +/*.tar.gz
- +/*.xz
- +/*.zst
- +/*.swp
- diff --git /home/sherabk/.cache/yay/nutty/PKGBUILD /home/sherabk/.cache/yay/nutty/PKGBUILD
- new file mode 100644
- index 0000000..07cceb2
- --- /dev/null
- +++ /home/sherabk/.cache/yay/nutty/PKGBUILD
- @@ -0,0 +1,40 @@
- +# Maintainer: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
- +
- +pkgname=nutty
- +pkgver=1.1.1
- +pkgrel=1
- +pkgdesc='A network utility for linux. Monitor the devices on your network and check bandwidth and speed details.'
- +arch=('i686' 'x86_64')
- +url='https://github.com/babluboy/nutty'
- +license=('GPL3')
- +depends=('gtk3' 'granite' 'sqlite' 'libxml2' 'libnotify' 'libgee' 'net-tools' 'nethogs' 'nmap' 'traceroute' 'vnstat' 'curl' 'wireless_tools' 'iproute2' 'pciutils')
- +makedepends=('vala' 'meson')
- +provides=("${pkgname}")
- +conflicts=("${pkgname}-git")
- +install="${pkgname}.install"
- +source=("https://github.com/babluboy/${pkgname}/archive/${pkgver}.tar.gz")
- +sha256sums=('b6c9ef1966d1c60480943313f20cd66ee1b5d23ac8d6578f457fb99f0898d9ba')
- +
- +build() {
- + cd "${srcdir}/${pkgname}-${pkgver}"
- + make
- +}
- +
- +package() {
- + cd "${srcdir}/${pkgname}-${pkgver}"
- + install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
- +}
- +
- +
- +build() {
- + mkdir -p "${srcdir}/${pkgname}-${pkgver}/build"
- + cd "${srcdir}/${pkgname}-${pkgver}/build"
- + arch-meson
- + ninja
- +}
- +
- +package() {
- + cd "${srcdir}/${pkgname}-${pkgver}/build"
- + DESTDIR=${pkgdir} ninja install
- +}
- +
- diff --git /home/sherabk/.cache/yay/nutty/nutty.install /home/sherabk/.cache/yay/nutty/nutty.install
- new file mode 100644
- index 0000000..826f632
- --- /dev/null
- +++ /home/sherabk/.cache/yay/nutty/nutty.install
- @@ -0,0 +1,16 @@
- +post_install() {
- + glib-compile-schemas usr/share/glib-2.0/schemas
- + gtk-update-icon-cache -ftq usr/share/icons/hicolor
- +}
- +
- +post_upgrade() {
- + glib-compile-schemas usr/share/glib-2.0/schemas
- + gtk-update-icon-cache -ftq usr/share/icons/hicolor
- +}
- +
- +post_remove() {
- + glib-compile-schemas usr/share/glib-2.0/schemas
- + gtk-update-icon-cache -ftq usr/share/icons/hicolor
- +}
- +
- +# vim: ts=2 sw=2 et:
- \ No newline at end of file
Add Comment
Please, Sign In to add comment