diff --git a/.SRCINFO b/.SRCINFO
index bb967b3177bfe3267fb089dae59a96b08f25ce19..70c68166fcc47011c95d6f2acfe51310bd7fc2ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
 pkgbase = libavif
 	pkgdesc = Library for encoding and decoding .avif files
 	pkgver = 1.0.3
-	pkgrel = 1
+	pkgrel = 2
 	url = https://github.com/AOMediaCodec/libavif
 	arch = x86_64
-	license = BSD
+	license = LicenseRef-libavif
 	makedepends = cmake
 	makedepends = nasm
 	makedepends = pkgconf
diff --git a/PKGBUILD b/PKGBUILD
index 8d4f7feed250db0eae3ac43f959fc191b10c3d00..f6633acdc895a8750906a7603a615a036d751414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
 
 pkgname=libavif
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for encoding and decoding .avif files"
 arch=(x86_64)
 url="https://github.com/AOMediaCodec/libavif"
-license=(BSD)
+license=(LicenseRef-libavif)
 depends=(glibc aom dav1d librav1e.so svt-av1 libpng libjpeg libyuv)
 makedepends=(cmake nasm pkgconf gdk-pixbuf2)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)