diff options
author | Deposite Pirate | 2022-08-25 17:01:08 +0200 |
---|---|---|
committer | Deposite Pirate | 2022-08-25 17:01:08 +0200 |
commit | a2ee4177e99d4ed9963ffa9f8e52f7aeeb248289 (patch) | |
tree | c875089d9e9c1a1ce4a16659958f35a5ef431bbe | |
parent | 205a748fbf16cf68a502bae34658338efa2b429e (diff) |
Fix makefile patch.
modified: deadbeef-plugin-lyricbar-git/.SRCINFO
modified: deadbeef-plugin-lyricbar-git/PKGBUILD
-rw-r--r-- | deadbeef-plugin-lyricbar-git/.SRCINFO | 4 | ||||
-rw-r--r-- | deadbeef-plugin-lyricbar-git/PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/deadbeef-plugin-lyricbar-git/.SRCINFO b/deadbeef-plugin-lyricbar-git/.SRCINFO index 311a8c3..0e0651d 100644 --- a/deadbeef-plugin-lyricbar-git/.SRCINFO +++ b/deadbeef-plugin-lyricbar-git/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = deadbeef-plugin-lyricbar-git pkgdesc = DeaDBeeF lyric bar plugin - pkgver = r75.gf8a069e + pkgver = r80.ga1b2dba pkgrel = 1 url = https://github.com/loskutov/deadbeef-lyricbar arch = i686 @@ -17,6 +17,6 @@ pkgbase = deadbeef-plugin-lyricbar-git source = deadbeef-lyricbar::git+https://github.com/loskutov/deadbeef-lyricbar source = deadbeef-lyricbar-makefile.patch sha256sums = SKIP - sha256sums = 7c3088f5e4f703aca04011158e27087643410a189c2dcbb1fbd65fdbca8b216f + sha256sums = 205abce61bf4bb4a1a59bcac3a440a88904d688846d21eedb5ea6f73f4415f97 pkgname = deadbeef-plugin-lyricbar-git diff --git a/deadbeef-plugin-lyricbar-git/PKGBUILD b/deadbeef-plugin-lyricbar-git/PKGBUILD index 5a91466..5fe78b7 100644 --- a/deadbeef-plugin-lyricbar-git/PKGBUILD +++ b/deadbeef-plugin-lyricbar-git/PKGBUILD @@ -4,7 +4,7 @@ _pkgname=deadbeef-lyricbar pkgname=deadbeef-plugin-lyricbar-git -pkgver=r75.gf8a069e +pkgver=r80.ga1b2dba pkgrel=1 pkgdesc="DeaDBeeF lyric bar plugin" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ makedepends=('git' 'pkgconf' 'gtkmm3' 'gtkmm') source=("${_pkgname}::git+${url}" "${_pkgname}-makefile.patch") sha256sums=('SKIP' - '7c3088f5e4f703aca04011158e27087643410a189c2dcbb1fbd65fdbca8b216f') + '205abce61bf4bb4a1a59bcac3a440a88904d688846d21eedb5ea6f73f4415f97') pkgver() { cd "${_pkgname}" |